os-rust/src/test/ui/macros/must-use-in-macro-55516.stderr

11 lines
486 B
Text
Raw Normal View History

2018-11-01 03:32:45 +00:00
warning: unused `std::result::Result` that must be used
2018-12-25 08:56:47 -07:00
--> $DIR/must-use-in-macro-55516.rs:9:5
2018-11-01 03:32:45 +00:00
|
LL | write!(&mut example, "{}", 42); //~WARN must be used
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-W unused-must-use` implied by `-W unused`
= note: this `Result` may be an `Err` variant, which should be handled
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)