You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More accurate description of unresolved imported item
State when the element that couldn't be found was expected to be
a module, a generic item, a value or a macro.
State what scope the E0433 the item couldn't be found in, when
available.
suggestion = Some((vec![(ident.span.shrink_to_lo(),"r#".to_string())],"if you still want to call your identifier `super`, use the raw identifier format".to_string(),Applicability::MachineApplicable));
1474
+
"can't use `super` as an identifier"
1475
+
}elseif segment_idx == 0{
1476
+
"can't use `super` on the crate root, there are no further modules to go \"up\" to"
0 commit comments