]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/pass/rename_std.rs
Auto merge of #100865 - compiler-errors:parent-substs-still, r=cjgillot
[rust.git] / src / tools / miri / tests / pass / rename_std.rs
1 #![no_std]
2
3 extern crate std as foo;
4
5 fn main() {}