summaryrefslogtreecommitdiffstats
path: root/src/test/ui/consts/issue-79137-toogeneric.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/consts/issue-79137-toogeneric.stderr')
-rw-r--r--src/test/ui/consts/issue-79137-toogeneric.stderr14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/test/ui/consts/issue-79137-toogeneric.stderr b/src/test/ui/consts/issue-79137-toogeneric.stderr
deleted file mode 100644
index 579e6aa09..000000000
--- a/src/test/ui/consts/issue-79137-toogeneric.stderr
+++ /dev/null
@@ -1,14 +0,0 @@
-error: constant pattern depends on a generic parameter
- --> $DIR/issue-79137-toogeneric.rs:12:43
- |
-LL | matches!(GetVariantCount::<T>::VALUE, GetVariantCount::<T>::VALUE)
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-error: constant pattern depends on a generic parameter
- --> $DIR/issue-79137-toogeneric.rs:12:43
- |
-LL | matches!(GetVariantCount::<T>::VALUE, GetVariantCount::<T>::VALUE)
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-error: aborting due to 2 previous errors
-