mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 11:48:30 +00:00
Fix typo in librustc_feature/active.rs
This commit is contained in:
parent
dab2ae0404
commit
188ef3a200
@ -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…
Reference in New Issue
Block a user