mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
3b7157dc1a
The validator in visit_local asserts that local has a stroage when used, but visit_local is never called so validation is ineffective. Use super_statement and super_terminator to ensure that locals are visited.