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 3de9b8a commit 117443eCopy full SHA for 117443e
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