mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
50e78b8b3c
Print unsafety of attribute in AST pretty print This PR fixes the AST pretty print, which was missing the unsafety for unsafe attributes. Related to https://github.com/rust-lang/rust/pull/131558#discussion_r1807736204