blob: ccabd801c85da8c169476c07441629c997fc56c2 [file] [log] [blame]
error[E0600]: cannot apply unary operator `!` to type `BytePos`
--> $DIR/issue-14091-2.rs:25:5
|
LL | assert!(x, x);
| ^^^^^^^^^^^^^^ cannot apply unary operator `!`
|
= note: an implementation of `std::ops::Not` might be missing for `BytePos`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0600`.