Rollup merge of #136648 - jieyouxu:missing-needs-symlink, r=wesleywiser

Add a missing `//@ needs-symlink` to `tests/run-make/libs-through-symlinks`

r? ``@wesleywiser`` (since you [found it](https://rust-lang.zulipchat.com/#narrow/channel/238009-t-compiler.2Fmeetings/topic/.5Bweekly.5D.202025-02-06/near/498173394) :P or reroll)
This commit is contained in:
Matthias Krüger 2025-02-08 03:58:46 +01:00 committed by GitHub
commit 926857f030
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,7 @@
//! <https://github.com/rust-lang/rust/pull/13903>.
//@ ignore-cross-compile
//@ needs-symlink
use run_make_support::{bare_rustc, cwd, path, rfs, rust_lib_name};