We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf6b02 commit 574a8cdCopy full SHA for 574a8cd
src/test/compile-fail/issue-24968.rs
@@ -9,7 +9,7 @@
9
// except according to those terms.
10
11
fn foo(_: Self) {
12
- //~^ ERROR use of `Self` outside of an impl or Trait
+ //~^ ERROR use of `Self` outside of an impl or trait
13
}
14
15
fn main() {}
0 commit comments