Since `box` is not used on stable Rust. The keyword lists can be found in `libsyntax_pos/symbol.rs` in the `symbols!` macro. It's likely that some UI tests will need to be adjusted after the change.
Since
boxis not used on stable Rust.The keyword lists can be found in
libsyntax_pos/symbol.rsin thesymbols!macro.It's likely that some UI tests will need to be adjusted after the change.