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 0f92440 + 887f01d commit adb9edeCopy full SHA for adb9ede
crates/test-utils/src/fixture.rs
@@ -313,7 +313,7 @@ impl FixtureWithProjectMeta {
313
}
314
315
impl MiniCore {
316
- const RAW_SOURCE: &str = include_str!("./minicore.rs");
+ const RAW_SOURCE: &'static str = include_str!("./minicore.rs");
317
318
fn has_flag(&self, flag: &str) -> bool {
319
self.activated_flags.iter().any(|it| it == flag)
0 commit comments