diff options
| author | usamoi <usamoi@outlook.com> | 2025-07-14 16:41:42 +0800 |
|---|---|---|
| committer | usamoi <usamoi@outlook.com> | 2025-07-17 14:54:52 +0800 |
| commit | 5bb6b9db300870f436e8a45ffbe11efa41e44cad (patch) | |
| tree | 03f4be76f63cfcdb15ef4185d30911dacd6c15bc /tests/ui/linking | |
| parent | f58accb8f370a0a9e89548f2d890bd09ede3e613 (diff) | |
| download | rust-5bb6b9db300870f436e8a45ffbe11efa41e44cad.tar.gz rust-5bb6b9db300870f436e8a45ffbe11efa41e44cad.zip | |
remove no_gc_sections
Diffstat (limited to 'tests/ui/linking')
| -rw-r--r-- | tests/ui/linking/export-executable-symbols.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/linking/export-executable-symbols.rs b/tests/ui/linking/export-executable-symbols.rs index edaf312f192..2bff58ca38a 100644 --- a/tests/ui/linking/export-executable-symbols.rs +++ b/tests/ui/linking/export-executable-symbols.rs @@ -1,6 +1,7 @@ //@ run-pass //@ compile-flags: -Ctarget-feature=-crt-static -Zexport-executable-symbols //@ ignore-wasm +//@ ignore-cross-compile //@ edition: 2024 // Regression test for <https://github.com/rust-lang/rust/issues/101610>. |
