mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 01:38:18 +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`