mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-01 08:53:29 +00:00
13 lines
404 B
Plaintext
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`.
|