]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/pass/rename_std.rs
Rollup merge of #101875 - fmease:allow-more-negative-copy-impls, r=lcnr
[rust.git] / src / tools / miri / tests / pass / rename_std.rs
1 #![no_std]
2
3 extern crate std as foo;
4
5 fn main() {}