blob: f08a0b4aa6067474fbd793f876f8e452f19784b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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`.
|