rust/compiler
Dylan DPC 12c5f786ea
Rollup merge of #78345 - jyn514:proper-names, r=varkor
Fix handling of item names for HIR

- Handle variants, fields, macros in `Node::ident()`
- Handle the crate root in `opt_item_name`
- Rewrite `item_name` in terms of `opt_item_name`

I need this for both https://github.com/rust-lang/rust/pull/77820 and https://github.com/rust-lang/rust/pull/78082, so splitting it out into a separate PR so it can land early.
2020-11-09 01:13:35 +01:00
..
2020-10-30 10:13:39 -04:00
2020-10-29 16:51:46 +01:00
2020-11-07 23:25:10 +00:00
2020-10-30 10:13:41 -04:00
2020-11-05 10:22:08 +01:00
2020-11-05 20:11:29 +01:00
2020-11-05 20:11:29 +01:00
2020-11-06 09:25:58 +05:30