rust/tests/ui/unsized-locals/yote.stderr
2025-07-01 10:54:33 -07:00

13 lines
404 B
Plaintext

error[E0557]: feature has been removed
--> $DIR/yote.rs:1:12
|
LL | #![feature(unsized_locals)]
| ^^^^^^^^^^^^^^ feature has been removed
|
= note: removed in 1.89.0
= note: removed due to implementation concerns; see https://github.com/rust-lang/rust/issues/111942
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0557`.