mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 21:45:15 +00:00
rustc_parse: restore public visibility on parse_attribute Make `parse_attribute` public as rustfmt is a downstream consumer. Refs https://github.com/rust-lang/rust/pull/78782#discussion_r530658904 r? `@petrochenkov`