mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
010f30150a
tests: CGU tests require build-pass, not check-pass (remove FIXME) CGU tests require CGU code to be exercised. We can't merely do "cargo check" on these tests. Part of #62277