mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
4d031d7f86
compiletest needs to link to native crate, or at least the `rt` library. (I tried using a dependency on `rustrt` instead, and that did not resolve the problem. But this does.) Partially addresses #17883