blob: 9a1d5ea170e65a54f8cc38f23a40adcbb3dd2dac [file] [log] [blame]
error[E0411]: cannot find type `Self` in this scope
--> $DIR/issue-24968.rs:11:11
|
LL | fn foo(_: Self) {
| ^^^^ `Self` is only available in traits and impls
error: aborting due to previous error
For more information about this error, try `rustc --explain E0411`.