Skip to content

Commit 95dce5a

Browse files
committed
refactor: Lower type-refs before type inference
1 parent 588948f commit 95dce5a

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

crates/hir-def/src/attr.rs

-1
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)