]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/must_use-trait.stderr
Auto merge of #55527 - sgeisler:time-checked-add, r=sfackler
[rust.git] / src / test / ui / lint / must_use-trait.stderr
1 error: unused implementer of `Critical` that must be used
2   --> $DIR/must_use-trait.rs:21:5
3    |
4 LL |     get_critical(); //~ ERROR unused implementer of `Critical` that must be used
5    |     ^^^^^^^^^^^^^^^
6    |
7 note: lint level defined here
8   --> $DIR/must_use-trait.rs:1:9
9    |
10 LL | #![deny(unused_must_use)]
11    |         ^^^^^^^^^^^^^^^
12
13 error: aborting due to previous error
14