diff options
| author | Folkert de Vries <folkert@folkertdev.nl> | 2025-06-12 15:06:12 +0200 |
|---|---|---|
| committer | Folkert de Vries <folkert@folkertdev.nl> | 2025-06-12 15:10:12 +0200 |
| commit | efaf3eb8a06f2ad55334af6166d324fd79d8c25f (patch) | |
| tree | 5a7753a049fb4612d2a6c3fd432bfb4c95a64203 /tests/run-make/staticlib-thin-archive | |
| parent | fd50e1012f79eb93f661adc6f276335e4cfb34ea (diff) | |
ignore `run-make` tests that need `std` on `no_std` targets
In particular, anything that includes `none` in the target tripple, and `nvptx64-nvidia-cuda`
Diffstat (limited to 'tests/run-make/staticlib-thin-archive')
| -rw-r--r-- | tests/run-make/staticlib-thin-archive/rmake.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-make/staticlib-thin-archive/rmake.rs b/tests/run-make/staticlib-thin-archive/rmake.rs index 955c50da201..1fb56ac0538 100644 --- a/tests/run-make/staticlib-thin-archive/rmake.rs +++ b/tests/run-make/staticlib-thin-archive/rmake.rs @@ -1,3 +1,5 @@ +//@ needs-target-std +// // Regression test for https://github.com/rust-lang/rust/issues/107407 which // checks that rustc can read thin archive. Before the object crate added thin // archive support rustc would add emit object files to the staticlib and after |
