Files
rust/tests/ui/lang-items/lang-item-missing.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
256 B
Plaintext
Raw Normal View History

2018-08-08 14:28:26 +02:00
error: requires `sized` lang_item
--> $DIR/lang-item-missing.rs:9:60
2025-01-30 04:23:14 +00:00
|
LL | extern "C" fn main(_argc: i32, _argv: *const *const u8) -> i32 {
| ^^^
2018-08-08 14:28:26 +02:00
error: aborting due to 1 previous error
2018-08-08 14:28:26 +02:00