Skip to content

Commit 4bf632f

Browse files
committed
Limit run-make tests using -Zbuild-std to nightly
See #130634
1 parent 49891df commit 4bf632f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: tests/run-make/compiler-builtins/rmake.rs

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// wasm and nvptx targets don't produce rlib files that object can parse.
1212
//@ ignore-wasm
1313
//@ ignore-nvptx64
14+
//@ only-nightly
1415

1516
#![deny(warnings)]
1617

Diff for: tests/run-make/thumb-none-cortex-m/rmake.rs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
//! - thumbv7m-none-eabi (Bare Cortex-M3)
1414
1515
//@ only-thumb
16+
//@ only-nightly
1617

1718
use std::path::PathBuf;
1819

0 commit comments

Comments
 (0)