summaryrefslogtreecommitdiffstats
path: root/src/test/ui/consts/const-fn-mismatch.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/consts/const-fn-mismatch.stderr')
-rw-r--r--src/test/ui/consts/const-fn-mismatch.stderr9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/test/ui/consts/const-fn-mismatch.stderr b/src/test/ui/consts/const-fn-mismatch.stderr
deleted file mode 100644
index a86a06b3e..000000000
--- a/src/test/ui/consts/const-fn-mismatch.stderr
+++ /dev/null
@@ -1,9 +0,0 @@
-error[E0379]: functions in traits cannot be declared const
- --> $DIR/const-fn-mismatch.rs:11:5
- |
-LL | const fn f() -> u32 {
- | ^^^^^ functions in traits cannot be const
-
-error: aborting due to previous error
-
-For more information about this error, try `rustc --explain E0379`.