update cfg(bootstrap)
This commit is contained in:
parent
79b00df93a
commit
2af3ba9a8a
29 changed files with 49 additions and 169 deletions
|
@ -3155,7 +3155,7 @@ impl<'ast, 'ra: 'ast, 'tcx> LateResolutionVisitor<'_, 'ast, 'ra, 'tcx> {
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg_attr(not(bootstrap), allow(rustc::symbol_intern_string_literal))]
|
||||
#[allow(rustc::symbol_intern_string_literal)]
|
||||
let existing_name = match &in_scope_lifetimes[..] {
|
||||
[] => Symbol::intern("'a"),
|
||||
[(existing, _)] => existing.name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue