mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
9 lines
232 B
Plaintext
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
|
|
|