summaryrefslogtreecommitdiffstats
path: root/tests/ui/typeck/issue-104513-ice.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/typeck/issue-104513-ice.stderr (renamed from src/test/ui/typeck/issue-104513-ice.stderr)2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/ui/typeck/issue-104513-ice.stderr b/tests/ui/typeck/issue-104513-ice.stderr
index 2b3b1b9ef..42cfe38ae 100644
--- a/src/test/ui/typeck/issue-104513-ice.stderr
+++ b/tests/ui/typeck/issue-104513-ice.stderr
@@ -1,8 +1,6 @@
error[E0405]: cannot find trait `Oops` in this scope
--> $DIR/issue-104513-ice.rs:3:19
|
-LL | fn f() {
- | - help: you might be missing a type parameter: `<Oops>`
LL | let _: S<impl Oops> = S;
| ^^^^ not found in this scope