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 6444211 + a4b2503 commit 8b8c7d7Copy full SHA for 8b8c7d7
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