rust/tests/ui/traits/next-solver/dont-normalize-proj-with-error.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
327 B
Plaintext
Raw Normal View History

2023-07-20 03:40:59 -05:00
error[E0412]: cannot find type `TypeError` in this scope
--> $DIR/dont-normalize-proj-with-error.rs:17:20
|
LL | fn type_error() -> TypeError { todo!() }
| ^^^^^^^^^ not found in this scope
error: aborting due to 1 previous error
2023-07-20 03:40:59 -05:00
For more information about this error, try `rustc --explain E0412`.