summaryrefslogtreecommitdiffstats
path: root/tests/ui/traits/next-solver/dont-normalize-proj-with-error.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/traits/next-solver/dont-normalize-proj-with-error.stderr')
-rw-r--r--tests/ui/traits/next-solver/dont-normalize-proj-with-error.stderr9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/ui/traits/next-solver/dont-normalize-proj-with-error.stderr b/tests/ui/traits/next-solver/dont-normalize-proj-with-error.stderr
new file mode 100644
index 000000000..576ede52a
--- /dev/null
+++ b/tests/ui/traits/next-solver/dont-normalize-proj-with-error.stderr
@@ -0,0 +1,9 @@
+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
+
+For more information about this error, try `rustc --explain E0412`.