diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-02-19 14:39:09 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-02-19 19:41:50 +1100 |
| commit | cee430b2ce152092d14e7b8832a725582b4bcf64 (patch) | |
| tree | 92262d813f05b6b69768a7447ff0b6b39129457b /compiler/rustc_codegen_llvm/src | |
| parent | 5986ff05d8480da038dd161b3a6aa79ff364a851 (diff) | |
| download | rust-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')
0 files changed, 0 insertions, 0 deletions
