We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5023ba + 4f39eea commit 6c7412aCopy full SHA for 6c7412a
1 file changed
crates/rust-analyzer/tests/slow-tests/support.rs
@@ -173,7 +173,8 @@ impl Project<'_> {
173
chalk_filter: std::env::var("CHALK_DEBUG").ok(),
174
profile_filter: std::env::var("RA_PROFILE").ok(),
175
json_profile_filter: std::env::var("RA_PROFILE_JSON").ok(),
176
- };
+ }
177
+ .init();
178
});
179
180
let FixtureWithProjectMeta {
0 commit comments