Auto merge of #15504 - lnicola:sync-from-rust, r=lnicola
minor: Sync from downstream
This commit is contained in:
commit
8b8c7d7ffd
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ impl FixtureWithProjectMeta {
|
|||
}
|
||||
|
||||
impl MiniCore {
|
||||
const RAW_SOURCE: &str = include_str!("./minicore.rs");
|
||||
const RAW_SOURCE: &'static str = include_str!("./minicore.rs");
|
||||
|
||||
fn has_flag(&self, flag: &str) -> bool {
|
||||
self.activated_flags.iter().any(|it| it == flag)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue