2023-03-07 06:03:11 -06:00
|
|
|
error[E0658]: `impl Trait` in type aliases is unstable
|
|
|
|
--> $DIR/from_over_into_unfixable.rs:35:15
|
2022-10-23 08:18:45 -05:00
|
|
|
|
|
2023-03-07 06:03:11 -06:00
|
|
|
LL | type Opaque = impl Sized;
|
|
|
|
| ^^^^^^^^^^
|
2022-10-23 08:18:45 -05:00
|
|
|
|
|
2023-03-07 06:03:11 -06:00
|
|
|
= note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information
|
|
|
|
= help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable
|
2022-10-23 08:18:45 -05:00
|
|
|
|
2023-03-07 06:03:11 -06:00
|
|
|
error: aborting due to previous error
|
2022-10-23 08:18:45 -05:00
|
|
|
|
2023-03-07 06:03:11 -06:00
|
|
|
For more information about this error, try `rustc --explain E0658`.
|