diff options
| author | Waffle Lapkin <waffle.lapkin@gmail.com> | 2020-08-05 11:02:47 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-05 11:02:47 +0300 |
| commit | 188ef3a200c6d39aa343da4d556d8354424f2314 (patch) | |
| tree | 0b71806bcac56b4bd545165aa0e1bd3c60815ab5 | |
| parent | dab2ae0404014b4fbc5a32a8c954fe6068b25f71 (diff) | |
| download | rust-188ef3a200c6d39aa343da4d556d8354424f2314.tar.gz rust-188ef3a200c6d39aa343da4d556d8354424f2314.zip | |
Fix typo in `librustc_feature/active.rs`
| -rw-r--r-- | src/librustc_feature/active.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_feature/active.rs b/src/librustc_feature/active.rs index d7c310a8b4c..7e42f219ce2 100644 --- a/src/librustc_feature/active.rs +++ b/src/librustc_feature/active.rs @@ -576,7 +576,7 @@ declare_features! ( /// Lazily evaluate constants. This allows constants to depend on type parameters. (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), // ------------------------------------------------------------------------- |
