summary refs log tree commit diff
path: root/src/test/ui/issue-50577.stderr
blob: 8751303a0db9b71400edc2242746a07db05a7af9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
error[E0317]: if may be missing an else clause
  --> $DIR/issue-50577.rs:13:16
   |
LL |         Drop = assert_eq!(1, 1)
   |                ^^^^^^^^^^^^^^^^ expected (), found isize
   |
   = note: expected type `()`
              found type `isize`
   = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)

error: aborting due to previous error

For more information about this error, try `rustc --explain E0317`.