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 35c1a86 commit ee7b83aCopy full SHA for ee7b83a
src/tools/miri/test-cargo-miri/no-std-smoke/src/main.rs
@@ -1,6 +1,7 @@
1
// Copied from tests/pass/no-std.rs
2
3
#![no_std]
4
+#![no_main]
5
6
// Plumbing to let us use `writeln!` to host stdout:
7
0 commit comments