]> git.lizzy.rs Git - rust.git/commit
internal: Expand the derive attribute into a pseudo expansion
authorLukas Wirth <lukastw97@gmail.com>
Mon, 21 Feb 2022 01:42:58 +0000 (02:42 +0100)
committerLukas Wirth <lukastw97@gmail.com>
Tue, 22 Feb 2022 09:20:40 +0000 (10:20 +0100)
commit7b89d5ede23cbbbf4bef37b43e0d2d99752ddb51
treefcef1187784c58d763fdbb1d361bd4cfe7955a27
parent1fe3b2edd68889489d2702507ac0ba22a5126adf
internal: Expand the derive attribute into a pseudo expansion
17 files changed:
crates/hir/src/semantics.rs
crates/hir/src/semantics/source_to_def.rs
crates/hir/src/source_analyzer.rs
crates/hir_def/src/child_by_source.rs
crates/hir_def/src/item_scope.rs
crates/hir_def/src/keys.rs
crates/hir_def/src/lib.rs
crates/hir_def/src/nameres/attr_resolution.rs
crates/hir_def/src/nameres/collector.rs
crates/hir_expand/src/builtin_attr_macro.rs
crates/hir_expand/src/db.rs
crates/hir_expand/src/lib.rs
crates/ide/src/hover/tests.rs
crates/ide/src/syntax_highlighting.rs
crates/ide/src/syntax_highlighting/highlight.rs
crates/ide_completion/src/completions/trait_impl.rs
crates/ide_db/src/defs.rs