Fix typo in librustc_feature/active.rs
This commit is contained in:
parent
dab2ae0404
commit
188ef3a200
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ declare_features! (
|
||||||
/// Lazily evaluate constants. This allows constants to depend on type parameters.
|
/// Lazily evaluate constants. This allows constants to depend on type parameters.
|
||||||
(active, lazy_normalization_consts, "1.46.0", Some(72219), None),
|
(active, lazy_normalization_consts, "1.46.0", Some(72219), None),
|
||||||
|
|
||||||
/// Alloc calling `transmute` in const fn
|
/// Allows calling `transmute` in const fn
|
||||||
(active, const_fn_transmute, "1.46.0", Some(53605), None),
|
(active, const_fn_transmute, "1.46.0", Some(53605), None),
|
||||||
|
|
||||||
// -------------------------------------------------------------------------
|
// -------------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue