Files
rust/tests/ui/macros/write-missing-destination.stderr
T

9 lines
232 B
Plaintext

error: requires a destination and format arguments, like `write!(dest, "format string", args...)`
--> $DIR/write-missing-destination.rs:5:5
|
LL | write!("S");
| ^^^^^^^^^^^
error: aborting due to 1 previous error