Skip to content

Commit 7012fff

Browse files
Fix elided lifetimes in rust-lang/rust
1 parent 4ddc6a7 commit 7012fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/test-utils/src/fixture.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ impl FixtureWithProjectMeta {
313313
}
314314

315315
impl MiniCore {
316-
const RAW_SOURCE: &str = include_str!("./minicore.rs");
316+
const RAW_SOURCE: &'static str = include_str!("./minicore.rs");
317317

318318
fn has_flag(&self, flag: &str) -> bool {
319319
self.activated_flags.iter().any(|it| it == flag)

0 commit comments

Comments
 (0)