summaryrefslogtreecommitdiffstats
path: root/src/test/ui/consts/control-flow/issue-50577.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/consts/control-flow/issue-50577.stderr')
-rw-r--r--src/test/ui/consts/control-flow/issue-50577.stderr13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/test/ui/consts/control-flow/issue-50577.stderr b/src/test/ui/consts/control-flow/issue-50577.stderr
deleted file mode 100644
index a931c89f4..000000000
--- a/src/test/ui/consts/control-flow/issue-50577.stderr
+++ /dev/null
@@ -1,13 +0,0 @@
-error[E0317]: `if` may be missing an `else` clause
- --> $DIR/issue-50577.rs:3:16
- |
-LL | Drop = assert_eq!(1, 1),
- | ^^^^^^^^^^^^^^^^ expected `isize`, found `()`
- |
- = note: `if` expressions without `else` evaluate to `()`
- = help: consider adding an `else` block that evaluates to the expected type
- = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
-
-error: aborting due to previous error
-
-For more information about this error, try `rustc --explain E0317`.