We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2052839 commit 8be3e26Copy full SHA for 8be3e26
src/test/run-make-fulldeps/target-specs/foo.rs
@@ -11,7 +11,7 @@ trait Sized {}
11
auto trait Freeze {}
12
13
#[lang = "start"]
14
-fn start<T>(_main: *const u8, _argc: isize, _argv: *const *const u8) -> isize {
+fn start<T>(_main: fn() -> T, _argc: isize, _argv: *const *const u8) -> isize {
15
0
16
}
17
0 commit comments