summaryrefslogtreecommitdiffstats
path: root/src/test/ui/generics/single-colon-path-not-const-generics.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/generics/single-colon-path-not-const-generics.stderr')
-rw-r--r--src/test/ui/generics/single-colon-path-not-const-generics.stderr11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/test/ui/generics/single-colon-path-not-const-generics.stderr b/src/test/ui/generics/single-colon-path-not-const-generics.stderr
deleted file mode 100644
index 3eafa9fa5..000000000
--- a/src/test/ui/generics/single-colon-path-not-const-generics.stderr
+++ /dev/null
@@ -1,11 +0,0 @@
-error: expected one of `,` or `>`, found `:`
- --> $DIR/single-colon-path-not-const-generics.rs:8:18
- |
-LL | a: Vec<foo::bar:A>,
- | ^
- | |
- | expected one of `,` or `>`
- | help: write a path separator here: `::`
-
-error: aborting due to previous error
-