summaryrefslogtreecommitdiffstats
path: root/src/test/ui/consts/const-cast-wrong-type.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/consts/const-cast-wrong-type.stderr')
-rw-r--r--src/test/ui/consts/const-cast-wrong-type.stderr9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/test/ui/consts/const-cast-wrong-type.stderr b/src/test/ui/consts/const-cast-wrong-type.stderr
deleted file mode 100644
index ee186636e..000000000
--- a/src/test/ui/consts/const-cast-wrong-type.stderr
+++ /dev/null
@@ -1,9 +0,0 @@
-error[E0308]: mismatched types
- --> $DIR/const-cast-wrong-type.rs:2:22
- |
-LL | const b: *const i8 = &a as *const i8;
- | ^^^^^^^^^^^^^^^ expected `u8`, found `i8`
-
-error: aborting due to previous error
-
-For more information about this error, try `rustc --explain E0308`.