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.
2 parents 25cc31d + 6316f1b commit 228d3e7Copy full SHA for 228d3e7
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