Nicholas Nethercote
cee430b2ce
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.
2025-02-19 19:41:50 +11:00
..
2025-02-16 16:18:30 -05:00
2025-02-17 13:21:02 +11:00
2025-02-19 01:30:13 +01:00
2025-02-18 01:29:23 -08:00
2025-02-14 14:21:29 +00:00
2025-02-19 01:30:12 +01:00
2025-02-19 01:30:13 +01:00
2025-02-18 10:17:44 +11:00
2025-02-17 21:35:52 -05:00
2025-02-18 18:34:14 +01:00
2025-02-15 12:18:30 +08:00
2025-02-16 16:18:30 -05:00
2025-02-15 16:47:30 +01:00
2025-02-17 09:30:40 +11:00
2025-02-16 16:18:30 -05:00
2025-02-18 10:17:44 +11:00
2025-02-18 18:40:54 +01:00
2025-02-17 13:21:35 +11:00
2025-02-18 18:40:54 +01:00
2025-02-18 10:17:44 +11:00
2025-02-18 10:17:44 +11:00
2025-02-18 10:17:44 +11:00
2025-02-14 11:02:28 +01:00
2025-02-18 10:17:44 +11:00
2025-02-19 19:41:50 +11:00
2025-02-19 01:30:13 +01:00
2025-02-19 01:30:13 +01:00
2025-02-19 01:30:13 +01:00
2025-02-17 13:21:02 +11:00
2025-02-18 21:08:58 +00:00
2025-02-16 18:21:40 +01:00
2025-02-18 10:17:44 +11:00
2025-02-17 09:30:33 +11:00
2025-02-18 10:17:44 +11:00
2025-02-16 16:18:30 -05:00
2025-02-16 16:18:30 -05:00
2025-02-17 21:35:52 -05:00
2025-02-16 16:18:30 -05:00
2025-02-17 11:18:33 +00:00
2025-02-18 10:54:37 +01:00
2025-02-16 16:18:30 -05:00
2025-02-18 16:11:41 +01:00
2025-02-19 01:30:11 +01:00
2025-02-18 13:22:46 +01:00
2025-02-18 18:34:17 +01:00