blob: b032ccbe53ffc258f9a65ab87dadee6540a25f36 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0412]: cannot find type `NonExistent` in this scope
--> $DIR/impl-on-nonexisting.rs:4:16
|
LL | impl Trait for NonExistent {}
| ^^^^^^^^^^^ not found in this scope
error: aborting due to previous error
For more information about this error, try `rustc --explain E0412`.
|