mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 14:09:29 +00:00
Check unsafety for non-macro attributes in `validate_attr` r? `````@jdonszelmann````` Also adds a test for a previously untested case, unnecessary unsafe on a proc macro attribute In preparation for https://github.com/rust-lang/rust/issues/148453