]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-14091.stderr
Rollup merge of #57106 - matthiaskrgr:trim_must_use, r=sfackler
[rust.git] / src / test / ui / issues / issue-14091.stderr
1 error[E0308]: mismatched types
2   --> $DIR/issue-14091.rs:2:5
3    |
4 LL |     assert!(1,1);
5    |     ^^^^^^^^^^^^^ expected bool, found integer
6    |
7    = note: expected type `bool`
8               found type `{integer}`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0308`.