2018-08-08 14:28:26 +02:00
|
|
|
error: requires `sized` lang_item
|
2025-03-29 02:41:32 +03:00
|
|
|
--> $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
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-08-08 14:28:26 +02:00
|
|
|
|