Re-exports§
pub use ReprAttr::*;
Modules§
- attributes 🔒
- stability 🔒
- version 🔒
Structs§
- Const
Stability - Represents the
#[rustc_const_unstable]
and#[rustc_const_stable]
attributes. - Default
Body Stability - Represents the
#[rustc_default_body_unstable]
attribute. - Deprecation
- Partial
Const Stability - Excludes
const_stable_indirect
. This is necessary because when-Zforce-unstable-if-unmarked
is set, we need to encode standalone#[rustc_const_stable_indirect]
attributes - Rustc
Version - Stability
- Represents the following attributes:
Enums§
- Deprecated
Since - Release in which an API is deprecated.
- Diagnostic
Attribute - Inline
Attr - Instruction
SetAttr - IntType
- Optimize
Attr - Repr
Attr - Stability
Level - The available stability levels.
- Stable
Since - Rust release in which a feature is stabilized.
- Transparency
Error - Unstable
Reason
Constants§
- VERSION_
PLACEHOLDER - The version placeholder that recently stabilized features contain inside the
since
field of the#[stable]
attribute.