rust/crates/hir_def
Jonas Schievink 28b5334580 Avoid querying attributes in item tree lowering
ItemTree is per-file, so there is no unique crate associated with it.
This means that it cannot know the active CfgOptions and thus couldn't
handle `cfg_attr`.

Prepare it for `cfg_attr`s by avoiding accessing attributes.
2020-12-16 23:42:03 +01:00
..
src Avoid querying attributes in item tree lowering 2020-12-16 23:42:03 +01:00
Cargo.toml ⬆️ expect-test 2020-08-28 14:47:14 +02:00