]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-14091-2.stderr
Merge branch 'master' into feature/core_convert_id
[rust.git] / src / test / ui / issues / issue-14091-2.stderr
1 error[E0600]: cannot apply unary operator `!` to type `BytePos`
2   --> $DIR/issue-14091-2.rs:25:5
3    |
4 LL |     assert!(x, x);
5    |     ^^^^^^^^^^^^^^ cannot apply unary operator `!`
6    |
7    = note: an implementation of `std::ops::Not` might be missing for `BytePos`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0600`.