Skip to content

Commit

Permalink
Limit run-make tests using -Zbuild-std to nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Sep 20, 2024
1 parent 49891df commit 4bf632f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/run-make/compiler-builtins/rmake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
// wasm and nvptx targets don't produce rlib files that object can parse.
//@ ignore-wasm
//@ ignore-nvptx64
//@ only-nightly

#![deny(warnings)]

Expand Down
1 change: 1 addition & 0 deletions tests/run-make/thumb-none-cortex-m/rmake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//! - thumbv7m-none-eabi (Bare Cortex-M3)

//@ only-thumb
//@ only-nightly

use std::path::PathBuf;

Expand Down

0 comments on commit 4bf632f

Please sign in to comment.