summaryrefslogtreecommitdiffstats
path: root/src/test/ui/consts/const-as-fn.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/consts/const-as-fn.stderr')
-rw-r--r--src/test/ui/consts/const-as-fn.stderr14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/test/ui/consts/const-as-fn.stderr b/src/test/ui/consts/const-as-fn.stderr
deleted file mode 100644
index 6c51ed893..000000000
--- a/src/test/ui/consts/const-as-fn.stderr
+++ /dev/null
@@ -1,14 +0,0 @@
-error[E0618]: expected function, found `usize`
- --> $DIR/const-as-fn.rs:4:5
- |
-LL | const FOO: usize = 0;
- | ---------------- `FOO` defined here
-...
-LL | FOO();
- | ^^^--
- | |
- | call expression requires function
-
-error: aborting due to previous error
-
-For more information about this error, try `rustc --explain E0618`.