mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 22:05:31 +03:00
310d8996f4
Remove hir::Ident Now when name resolution is done on AST, `hir::Ident` is no longer necessary. See https://github.com/rust-lang/rust/pull/30145 for more details. r? @nrc