]> git.lizzy.rs Git - rust.git/blob - src/test/ui/type-alias-impl-trait/no_inferrable_concrete_type.stderr
unboxed-closures and type-alias-impl-trait nll revisions
[rust.git] / src / test / ui / type-alias-impl-trait / no_inferrable_concrete_type.stderr
1 error: unconstrained opaque type
2   --> $DIR/no_inferrable_concrete_type.rs:6:12
3    |
4 LL | type Foo = impl Copy;
5    |            ^^^^^^^^^
6    |
7    = note: `Foo` must be used in combination with a concrete type within the same module
8
9 error: aborting due to previous error
10