Skip to content

Commit 228d3e7

Browse files
committed
Auto merge of rust-lang#142911 - mejrs:unsized, r=compiler-errors
Remove support for dynamic allocas Followup to rust-lang#141811
2 parents 25cc31d + 6316f1b commit 228d3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/mem/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ pub const fn forget<T>(t: T) {
151151
///
152152
/// While Rust does not permit unsized locals since its removal in [#111942] it is
153153
/// still possible to call functions with unsized values from a function argument
154-
/// or in-place construction.
154+
/// or place expression.
155155
///
156156
/// ```rust
157157
/// #![feature(unsized_fn_params, forget_unsized)]

0 commit comments

Comments
 (0)