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