Files
rust/src
Simon Sapin f2017f4561 Panic on errors in format! or <T: Display>::to_string
… instead of silently ignoring a result.

`fmt::Write for String` never returns `Err`,
so implementations of `Display` (or other traits of that family)
never should either.

Fixes #40103
2017-03-01 23:47:59 +01:00
..
2017-02-08 18:51:43 -05:00
2017-02-15 15:13:31 +03:00
2017-02-20 09:09:12 -05:00
2017-02-07 20:58:34 +11:00
2017-02-16 21:40:14 -08:00
2017-02-10 19:42:41 +02:00
2017-02-14 16:02:53 +01:00
2017-02-03 11:08:20 +01:00
2017-02-03 13:25:46 -08:00