summaryrefslogtreecommitdiffstats
path: root/src/test/ui/type-alias-impl-trait/cross_inference_pattern_bug.stderr
blob: 03b172e6de5706f8dcf6e1c38e289bed1df6f022 (plain)
1
2
3
4
5
6
7
8
9
10
error: unconstrained opaque type
  --> $DIR/cross_inference_pattern_bug.rs:5:14
   |
LL |     type T = impl Copy;
   |              ^^^^^^^^^
   |
   = note: `T` must be used in combination with a concrete type within the same module

error: aborting due to previous error