mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
bd8d0260ca
change field `tools` on `AttributeParser` to hold `&'tcx RegisteredTools` Makes tools actually stored, and not just tool names this was originally part of rust-lang/rust#155691 but was split out to make that PR smaller. r? @petrochenkov cc @JonathanBrouwer