blob: 702b8a23c55e301aa3e7ee1dc0b3b31d4a3f938c [file] [log] [blame] [edit]
error[E0308]: mismatched types
--> $DIR/empty-requires.rs:9:1
|
LL | #[requires()]
| ^^^^^^^^^^^^^ expected `bool`, found `()`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0308`.