2018-07-22 17:19:07 -05:00
|
|
|
error: literal with an empty format string
|
2018-12-09 23:27:19 -06:00
|
|
|
--> $DIR/write_literal.rs:36:79
|
2018-04-04 22:46:39 -05:00
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | writeln!(&mut v, "{} of {:b} people know binary, the other half doesn't", 1, 2);
|
2018-04-21 13:50:49 -05:00
|
|
|
| ^
|
2018-04-04 22:46:39 -05:00
|
|
|
|
|
2018-08-01 09:30:44 -05:00
|
|
|
= note: `-D clippy::write-literal` implied by `-D warnings`
|
2018-04-04 22:46:39 -05:00
|
|
|
|
2018-07-22 17:19:07 -05:00
|
|
|
error: literal with an empty format string
|
2018-12-09 23:27:19 -06:00
|
|
|
--> $DIR/write_literal.rs:37:32
|
2018-04-04 22:46:39 -05:00
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | write!(&mut v, "Hello {}", "world");
|
2018-04-21 13:50:49 -05:00
|
|
|
| ^^^^^^^
|
|
|
|
|
2018-07-22 17:19:07 -05:00
|
|
|
error: literal with an empty format string
|
2018-12-09 23:27:19 -06:00
|
|
|
--> $DIR/write_literal.rs:38:44
|
2018-04-21 13:50:49 -05:00
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | writeln!(&mut v, "Hello {} {}", world, "world");
|
2018-04-04 22:46:39 -05:00
|
|
|
| ^^^^^^^
|
|
|
|
|
2018-07-22 17:19:07 -05:00
|
|
|
error: literal with an empty format string
|
2018-12-09 23:27:19 -06:00
|
|
|
--> $DIR/write_literal.rs:39:34
|
2018-04-04 22:46:39 -05:00
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | writeln!(&mut v, "Hello {}", "world");
|
2018-04-04 22:46:39 -05:00
|
|
|
| ^^^^^^^
|
|
|
|
|
2018-07-22 17:19:07 -05:00
|
|
|
error: literal with an empty format string
|
2018-12-09 23:27:19 -06:00
|
|
|
--> $DIR/write_literal.rs:40:38
|
2018-04-04 22:46:39 -05:00
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | writeln!(&mut v, "10 / 4 is {}", 2.5);
|
2018-04-04 22:46:39 -05:00
|
|
|
| ^^^
|
|
|
|
|
2018-07-22 17:19:07 -05:00
|
|
|
error: literal with an empty format string
|
2018-12-09 23:27:19 -06:00
|
|
|
--> $DIR/write_literal.rs:41:36
|
2018-04-04 22:46:39 -05:00
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | writeln!(&mut v, "2 + 1 = {}", 3);
|
2018-04-04 22:46:39 -05:00
|
|
|
| ^
|
|
|
|
|
2018-07-22 17:19:07 -05:00
|
|
|
error: literal with an empty format string
|
2018-12-09 23:27:19 -06:00
|
|
|
--> $DIR/write_literal.rs:46:33
|
2018-04-04 22:46:39 -05:00
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | writeln!(&mut v, "{0} {1}", "hello", "world");
|
2018-04-04 22:46:39 -05:00
|
|
|
| ^^^^^^^
|
|
|
|
|
2018-07-22 17:19:07 -05:00
|
|
|
error: literal with an empty format string
|
2018-12-09 23:27:19 -06:00
|
|
|
--> $DIR/write_literal.rs:46:42
|
2018-04-04 22:46:39 -05:00
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | writeln!(&mut v, "{0} {1}", "hello", "world");
|
2018-04-04 22:46:39 -05:00
|
|
|
| ^^^^^^^
|
|
|
|
|
2018-07-22 17:19:07 -05:00
|
|
|
error: literal with an empty format string
|
2018-12-09 23:27:19 -06:00
|
|
|
--> $DIR/write_literal.rs:47:33
|
2018-04-04 22:46:39 -05:00
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | writeln!(&mut v, "{1} {0}", "hello", "world");
|
2018-04-04 22:46:39 -05:00
|
|
|
| ^^^^^^^
|
|
|
|
|
2018-07-22 17:19:07 -05:00
|
|
|
error: literal with an empty format string
|
2018-12-09 23:27:19 -06:00
|
|
|
--> $DIR/write_literal.rs:47:42
|
2018-04-04 22:46:39 -05:00
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | writeln!(&mut v, "{1} {0}", "hello", "world");
|
2018-04-04 22:46:39 -05:00
|
|
|
| ^^^^^^^
|
|
|
|
|
2018-07-22 17:19:07 -05:00
|
|
|
error: literal with an empty format string
|
2018-12-09 23:27:19 -06:00
|
|
|
--> $DIR/write_literal.rs:50:43
|
2018-04-04 22:46:39 -05:00
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | writeln!(&mut v, "{foo} {bar}", foo = "hello", bar = "world");
|
2018-12-09 23:27:19 -06:00
|
|
|
| ^^^^^^^
|
2018-04-04 22:46:39 -05:00
|
|
|
|
2018-07-22 17:19:07 -05:00
|
|
|
error: literal with an empty format string
|
2018-12-09 23:27:19 -06:00
|
|
|
--> $DIR/write_literal.rs:50:58
|
2018-04-04 22:46:39 -05:00
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | writeln!(&mut v, "{foo} {bar}", foo = "hello", bar = "world");
|
2018-12-09 23:27:19 -06:00
|
|
|
| ^^^^^^^
|
2018-04-04 22:46:39 -05:00
|
|
|
|
2018-07-22 17:19:07 -05:00
|
|
|
error: literal with an empty format string
|
2018-12-09 23:27:19 -06:00
|
|
|
--> $DIR/write_literal.rs:51:43
|
2018-04-04 22:46:39 -05:00
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | writeln!(&mut v, "{bar} {foo}", foo = "hello", bar = "world");
|
2018-12-09 23:27:19 -06:00
|
|
|
| ^^^^^^^
|
2018-04-04 22:46:39 -05:00
|
|
|
|
2018-07-22 17:19:07 -05:00
|
|
|
error: literal with an empty format string
|
2018-12-09 23:27:19 -06:00
|
|
|
--> $DIR/write_literal.rs:51:58
|
2018-04-04 22:46:39 -05:00
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | writeln!(&mut v, "{bar} {foo}", foo = "hello", bar = "world");
|
2018-12-09 23:27:19 -06:00
|
|
|
| ^^^^^^^
|
2018-04-04 22:46:39 -05:00
|
|
|
|
2018-04-21 13:50:49 -05:00
|
|
|
error: aborting due to 14 previous errors
|
2018-04-04 22:46:39 -05:00
|
|
|
|