]> git.lizzy.rs Git - rust.git/blob - src/test/ui/type-alias-impl-trait/structural-match.min_tait.stderr
Auto merge of #82347 - the8472:parallelize-tidy, r=Mark-Simulacrum
[rust.git] / src / test / ui / type-alias-impl-trait / structural-match.min_tait.stderr
1 error[E0658]: type alias impl trait is not permitted here
2   --> $DIR/structural-match.rs:16:20
3    |
4 LL | const VALUE: Foo = value();
5    |                    ^^^^^^^
6    |
7    = note: see issue #63065 <https://github.com/rust-lang/rust/issues/63065> for more information
8    = help: add `#![feature(impl_trait_in_bindings)]` to the crate attributes to enable
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0658`.