mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 21:45:15 +00:00
By default, AST visitors visit expressions that appear in key-value attributes. Those expressions should not be lowered to HIR, as they do not correspond to actually compiled code. Since an attribute cannot produce meaningful HIR, just skip them altogether.