mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
98f87362d9
don't use no_main and no_core to test IBT The previous test was quite fragile and depended on a bunch of internal features. Simplify it. Split out of https://github.com/rust-lang/rust/pull/149937. cc ```@jieyouxu``` ```@Oneirical```