]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issue-50577.stderr
New upstream version 1.29.0+dfsg1
[rustc.git] / src / test / ui / issue-50577.stderr
CommitLineData
8faf50e0
XL
1error[E0317]: if may be missing an else clause
2 --> $DIR/issue-50577.rs:13:16
3 |
4LL | Drop = assert_eq!(1, 1)
5 | ^^^^^^^^^^^^^^^^ expected (), found isize
6 |
7 = note: expected type `()`
8 found type `isize`
9 = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
10
11error: aborting due to previous error
12
13For more information about this error, try `rustc --explain E0317`.