Constant rustc_attr::builtin::VERSION_PLACEHOLDER

source ·
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.