summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/bounds-type.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/parser/bounds-type.stderr')
-rw-r--r--src/test/ui/parser/bounds-type.stderr14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/test/ui/parser/bounds-type.stderr b/src/test/ui/parser/bounds-type.stderr
deleted file mode 100644
index 005bc1e54..000000000
--- a/src/test/ui/parser/bounds-type.stderr
+++ /dev/null
@@ -1,14 +0,0 @@
-error: `?` may only modify trait bounds, not lifetime bounds
- --> $DIR/bounds-type.rs:10:8
- |
-LL | T: ?'a,
- | ^
-
-error: `~const` may only modify trait bounds, not lifetime bounds
- --> $DIR/bounds-type.rs:15:8
- |
-LL | T: ~const 'a,
- | ^^^^^^
-
-error: aborting due to 2 previous errors
-