Skip to content

Commit b2835b5

Browse files
authored
Merge pull request rust-lang#19462 from Veykril/push-ypvprvvwkyll
refactor: Lower type-refs before type inference
2 parents 620b404 + f4848a7 commit b2835b5

File tree

127 files changed

+6728
-7988
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+6728
-7988
lines changed

src/tools/rust-analyzer/crates/hir-def/src/attr.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ impl Attrs {
7676
let _p = tracing::info_span!("fields_attrs_query").entered();
7777
// FIXME: There should be some proper form of mapping between item tree field ids and hir field ids
7878
let mut res = ArenaMap::default();
79-
8079
let item_tree;
8180
let (parent, fields, krate) = match v {
8281
VariantId::EnumVariantId(it) => {

0 commit comments

Comments
 (0)