We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1edfed7 commit 35c73c8Copy full SHA for 35c73c8
src/test/run-pass/attr-start.rs
@@ -8,6 +8,8 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
+//xfail-fast
12
+
13
#[start]
14
fn start(argc:int, argv: **u8, crate_map: *u8) -> int {
15
return 0;
0 commit comments