mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-12 16:45:37 +00:00
11 lines
207 B
Plaintext
11 lines
207 B
Plaintext
error: useless use of `format!`
|
|
--> $DIR/format.rs:6:5
|
|
|
|
|
6 | format!("foo");
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
= note: `-D useless-format` implied by `-D warnings`
|
|
|
|
error: aborting due to previous error
|
|
|