mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
c77068137d
test: Add a test for 146133 This is a test without using `-Zbuild-std` for https://github.com/rust-lang/rust/pull/146133. There is another test using `-Zbuild-std`: https://github.com/rust-lang/cargo/pull/16277. Even if a crate is marked as `#![no_builtins]`, we can still generate bitcode for rlib, but we cannot emit bitcode to the linker in rustc's LTO.