summaryrefslogtreecommitdiffstats
path: root/src/test/ui/closures/binder/disallow-const.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/closures/binder/disallow-const.stderr')
-rw-r--r--src/test/ui/closures/binder/disallow-const.stderr8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/ui/closures/binder/disallow-const.stderr b/src/test/ui/closures/binder/disallow-const.stderr
deleted file mode 100644
index 3c3b43d8c..000000000
--- a/src/test/ui/closures/binder/disallow-const.stderr
+++ /dev/null
@@ -1,8 +0,0 @@
-error: only lifetime parameters can be used in this context
- --> $DIR/disallow-const.rs:4:15
- |
-LL | for<const N: i32> || -> () {};
- | ^
-
-error: aborting due to previous error
-