blob: 3136191ca17ab88efcf301bac464023f4cd83423 [file] [log] [blame]
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