mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-13 12:36:47 +00:00
Ignore no_std-test on windows and macos
This commit is contained in:
parent
a922f800af
commit
dabf599c90
@ -1,3 +1,6 @@
|
||||
// ignore-macos
|
||||
// ignore-windows
|
||||
|
||||
#![feature(lang_items, link_args, start, libc)]
|
||||
#![link_args = "-nostartfiles"]
|
||||
#![no_std]
|
||||
|
Loading…
Reference in New Issue
Block a user