about summary refs log tree commit diff
path: root/compiler/rustc_feature/src
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2022-06-30 10:17:49 -0400
committerRalf Jung <post@ralfj.de>2022-07-13 18:31:29 -0400
commit07fe9882cc6e03682fcfa7b18c8f5b998219bdd2 (patch)
tree5277e7ee1a3d35da9983ab738d8167704db80d4a /compiler/rustc_feature/src
parente4593ef0f214b7259e5f5706b2952610ae1fb5ef (diff)
downloadrust-07fe9882cc6e03682fcfa7b18c8f5b998219bdd2.tar.gz
rust-07fe9882cc6e03682fcfa7b18c8f5b998219bdd2.zip
add array tests, cleanup, tidy, and bless
Diffstat (limited to 'compiler/rustc_feature/src')
-rw-r--r--compiler/rustc_feature/src/removed.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/removed.rs b/compiler/rustc_feature/src/removed.rs
index 3b0f9a65e07..2ddaf920109 100644
--- a/compiler/rustc_feature/src/removed.rs
+++ b/compiler/rustc_feature/src/removed.rs
@@ -182,7 +182,7 @@ declare_features! (
     (removed, unsafe_no_drop_flag, "1.0.0", None, None, None),
     /// Allows `union` fields that don't implement `Copy` as long as they don't have any drop glue.
     (removed, untagged_unions, "1.13.0", Some(55149), None,
-     Some("unions with `Copy` and `MaybeUninit` fields are stable; there is no intent to stabilize more")),
+     Some("unions with `Copy` and `ManuallyDrop` fields are stable; there is no intent to stabilize more")),
     /// Allows `#[unwind(..)]`.
     ///
     /// Permits specifying whether a function should permit unwinding or abort on unwind.