We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f8686e commit c319440Copy full SHA for c319440
tests/ui/def_id_nocore.rs
@@ -15,7 +15,7 @@ pub trait Copy {}
15
pub unsafe trait Freeze {}
16
17
#[lang = "start"]
18
-fn start<T>(_main: fn() -> T, _argc: isize, _argv: *const *const u8) -> isize {
+fn start<T>(_main: fn() -> T, _argc: isize, _argv: *const *const u8, _sigpipe: u8) -> isize {
19
0
20
}
21
0 commit comments