We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e31617 commit 6316f1bCopy full SHA for 6316f1b
core/src/mem/mod.rs
@@ -151,7 +151,7 @@ pub const fn forget<T>(t: T) {
151
///
152
/// While Rust does not permit unsized locals since its removal in [#111942] it is
153
/// still possible to call functions with unsized values from a function argument
154
-/// or in-place construction.
+/// or place expression.
155
156
/// ```rust
157
/// #![feature(unsized_fn_params, forget_unsized)]
0 commit comments