2017-05-17 14:19:44 +02:00
|
|
|
error: useless use of `format!`
|
2018-04-05 07:52:26 +02:00
|
|
|
--> $DIR/format.rs:12:5
|
|
|
|
|
|
|
|
|
12 | format!("foo");
|
|
|
|
| ^^^^^^^^^^^^^^^ help: consider using .to_string(): `"foo".to_string()`
|
|
|
|
|
|
|
|
|
= note: `-D useless-format` implied by `-D warnings`
|
2017-05-17 14:19:44 +02:00
|
|
|
|
2018-01-16 17:06:27 +01:00
|
|
|
error: aborting due to previous error
|
|
|
|
|