about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2025-02-19 14:39:09 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2025-02-19 19:41:50 +1100
commitcee430b2ce152092d14e7b8832a725582b4bcf64 (patch)
tree92262d813f05b6b69768a7447ff0b6b39129457b /compiler/rustc_codegen_llvm/src/errors.rs
parent5986ff05d8480da038dd161b3a6aa79ff364a851 (diff)
downloadrust-cee430b2ce152092d14e7b8832a725582b4bcf64.tar.gz
rust-cee430b2ce152092d14e7b8832a725582b4bcf64.zip
Add `super_local` method to the MIR visitors.
`visit_local` is the only method that doesn't call a corresponding
`super_local` method. This is valid, because `super_local` would be
empty. But it's inconsistent with every other case; we have multiple
other empty `super` methods: `super_span`, `super_ty`, etc.

This commit adds an empty `super_local` and makes `visit_local` call it.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions