File: must-use.stderr

package info (click to toggle)
rust-async-trait 0.1.56-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 316 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
error: unused return value of `Interface::f` that must be used
  --> tests/ui/must-use.rs:18:5
   |
18 |     Thing.f();
   |     ^^^^^^^^^^
   |
note: the lint level is defined here
  --> tests/ui/must-use.rs:1:9
   |
1  | #![deny(unused_must_use)]
   |         ^^^^^^^^^^^^^^^