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. |
||
|---|---|---|
| .. | ||
| asm.rs | ||
| block.rs | ||
| expr.rs | ||
| index.rs | ||
| item.rs | ||
| lib.rs | ||
| pat.rs | ||
| path.rs | ||