blob: 111710d515a92f28c3e4a479913e9fac3bd76c6b (
plain)
1
2
3
4
5
6
7
8
|
error[E0411]: cannot find type `Self` in this scope
--> $DIR/issue-24968.rs:11:11
|
11 | fn foo(_: Self) {
| ^^^^ `Self` is only available in traits and impls
error: aborting due to previous error
|