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