rust/src/librustc_parse
Manish Goregaokar 9ca811772c
Rollup merge of #73361 - estebank:non-primitive-cast, r=davidtwco
Tweak "non-primitive cast" error

- Suggest borrowing expression if it would allow cast to work.
- Suggest using `<Type>::from(<expr>)` when appropriate.
- Minor tweak to `;` typo suggestion.

Partily address #47136.
2020-06-18 15:20:57 -07:00
..
lexer Rollup merge of #73172 - matthiaskrgr:cl9ppy, r=Dylan-DPC 2020-06-11 13:16:04 +02:00
parser Rollup merge of #73361 - estebank:non-primitive-cast, r=davidtwco 2020-06-18 15:20:57 -07:00
Cargo.toml Revert "Fix rebase fallout" 2020-05-29 00:19:06 -04:00
lib.rs Fix missing import lost in revert 2020-05-29 01:11:00 -04:00
validate_attr.rs {rustc_parse -> rustc_expand}::config 2020-03-18 15:08:25 +01:00