rust/src/test/ui/fmt
Esteban Küber f53c145ef1 Improve suggestion for missing fmt str in println
Avoid using `concat!(fmt, "\n")` to improve the diagnostics being
emitted when the first `println!()` argument isn't a formatting string
literal.
2018-07-19 23:18:07 -07:00
..
format-string-error.rs Improve suggestion for missing fmt str in println 2018-07-19 23:18:07 -07:00
format-string-error.stderr Improve suggestion for missing fmt str in println 2018-07-19 23:18:07 -07:00
send-sync.rs Reword E0044 and message for !Send types 2018-03-14 18:04:20 -07:00
send-sync.stderr add dyn to display of dynamic (trait) type names 2018-06-23 18:10:25 -07:00