We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef3cbfc + 5c762bc commit 80cf934Copy full SHA for 80cf934
tests/testsuite/rustc_info_cache.rs
@@ -6,9 +6,9 @@ use std::env;
6
7
#[cargo_test]
8
fn rustc_info_cache() {
9
- // TODO: need to gate this on nightly as soon as -Cbitcode-in-rlib lands in
10
- // nightly
11
- if true {
+ // Needs `-Cbitcode-in-rlib` to ride to stable before this can be enabled
+ // everywhere.
+ if !cargo_test_support::is_nightly() {
12
return;
13
}
14
0 commit comments