Commit 9f2acfc
committed
Update name of type alias impl trait feature in nightly
error[E0658]: `impl Trait` in type aliases is unstable
--> tests/test.rs:1297:22
|
1297 | type Assoc = impl Sized;
| ^^^^^^^^^^
|
= note: see issue #63063 <rust-lang/rust#63063> for more information
= help: add `#![feature(min_type_alias_impl_trait)]` to the crate attributes to enable
warning: the feature `type_alias_impl_trait` is incomplete and may not be safe to use and/or cause compiler crashes
--> tests/test.rs:3:33
|
3 | feature(min_specialization, type_alias_impl_trait)
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(incomplete_features)]` on by default
= note: see issue #63063 <rust-lang/rust#63063> for more information1 parent 25e8547 commit 9f2acfc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments