summaryrefslogtreecommitdiffstats
path: root/src/test/ui/type/type-check/issue-40294.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/test/ui/type/type-check/issue-40294.stderr11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/test/ui/type/type-check/issue-40294.stderr b/src/test/ui/type/type-check/issue-40294.stderr
deleted file mode 100644
index 75feb5698..000000000
--- a/src/test/ui/type/type-check/issue-40294.stderr
+++ /dev/null
@@ -1,11 +0,0 @@
-error[E0283]: type annotations needed: cannot satisfy `&'a T: Foo`
- --> $DIR/issue-40294.rs:6:19
- |
-LL | where &'a T : Foo,
- | ^^^
- |
- = note: cannot satisfy `&'a T: Foo`
-
-error: aborting due to previous error
-
-For more information about this error, try `rustc --explain E0283`.