Skip to content

Commit 574a8cd

Browse files
committed
fix trait capitalise typo in test file
1 parent 5cf6b02 commit 574a8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/issue-24968.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// except according to those terms.
1010

1111
fn foo(_: Self) {
12-
//~^ ERROR use of `Self` outside of an impl or Trait
12+
//~^ ERROR use of `Self` outside of an impl or trait
1313
}
1414

1515
fn main() {}

0 commit comments

Comments
 (0)