We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a922f80 commit dabf599Copy full SHA for dabf599
tests/ui/crate_level_checks/no_std_main_recursion.rs
@@ -1,3 +1,6 @@
1
+// ignore-macos
2
+// ignore-windows
3
+
4
#![feature(lang_items, link_args, start, libc)]
5
#![link_args = "-nostartfiles"]
6
#![no_std]
0 commit comments