pub const VERSION_PLACEHOLDER: &str = "CURRENT_RUSTC_VERSION";
Expand description
The version placeholder that recently stabilized features contain inside the
since
field of the #[stable]
attribute.
For more, see this pull request.
pub const VERSION_PLACEHOLDER: &str = "CURRENT_RUSTC_VERSION";
The version placeholder that recently stabilized features contain inside the
since
field of the #[stable]
attribute.
For more, see this pull request.