]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/pass/rename_std.rs
Auto merge of #101837 - scottmcm:box-array-from-vec, r=m-ou-se
[rust.git] / src / tools / miri / tests / pass / rename_std.rs
1 #![no_std]
2
3 extern crate std as foo;
4
5 fn main() {}