We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d216167 + c319440 commit 83dba6eCopy full SHA for 83dba6e
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