rust/src/librustc_typeck
Manish Goregaokar 263e7228ca Rollup merge of #31901 - bluss:suggest-use, r=sanxiyn
suggest: Put the `use` in suggested code inside the quotes

Change import a trait suggestion from:

       help: candidate #1: use `std::io::Write`

to

       help: candidate #1: `use std::io::Write`

so that the code can be copied directly.

Fixes #31864
2016-02-26 17:03:42 +05:30
..
2016-02-12 19:28:42 +01:00
2016-02-14 15:25:12 +03:00
2016-02-09 05:22:24 +01:00