mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Mark Rustdoc test as Linux-only
Due to incorrect CI configuration, this test was not being run on macOS. aarch64-apple-darwin will start running it, so we correct the configuration.
This commit is contained in:
parent
fab1054e17
commit
469d34b39b
@ -1,7 +1,7 @@
|
|||||||
// aux-build:panic-handler.rs
|
// aux-build:panic-handler.rs
|
||||||
// compile-flags: --document-private-items
|
// compile-flags: --document-private-items
|
||||||
// build-pass
|
// build-pass
|
||||||
// ignore-windows
|
// only-linux
|
||||||
|
|
||||||
#![no_std]
|
#![no_std]
|
||||||
#![no_main]
|
#![no_main]
|
||||||
|
Loading…
Reference in New Issue
Block a user