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.
1 parent 7d2c75d commit a6924c7Copy full SHA for a6924c7
src/test/ui/resolve/impl-items-vis-unresolved.rs
@@ -18,7 +18,8 @@ mod state {
18
pub struct RawFloatState;
19
impl RawFloatState {
20
perftools_inline! {
21
- pub(super) fn new() {} //~ ERROR failed to resolve: there are too many leading `super` keywords
+ pub(super) fn new() {}
22
+ //~^ ERROR failed to resolve: there are too many leading `super` keywords
23
}
24
25
0 commit comments