Port #[rustc_as_ptr] to the new attribute system

This commit is contained in:
Pavel Grigorenko
2025-06-14 13:01:15 +03:00
parent 68ac5abb06
commit da8d6bbd50
6 changed files with 41 additions and 13 deletions

View File

@@ -29,6 +29,7 @@ pub(crate) mod allow_unstable;
pub(crate) mod cfg;
pub(crate) mod confusables;
pub(crate) mod deprecation;
pub(crate) mod lint_helpers;
pub(crate) mod repr;
pub(crate) mod stability;
pub(crate) mod transparency;