Port #[may_dangle] to the new attribute system

This commit is contained in:
Pavel Grigorenko
2025-06-15 16:50:37 +03:00
parent 9c4ff566ba
commit 045faa8c5c
6 changed files with 33 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ pub(crate) mod deprecation;
pub(crate) mod inline;
pub(crate) mod lint_helpers;
pub(crate) mod repr;
pub(crate) mod semantics;
pub(crate) mod stability;
pub(crate) mod transparency;
pub(crate) mod util;