summaryrefslogtreecommitdiffstats
path: root/tests/ui/type-alias-impl-trait/infinite-cycle-involving-weak.stderr
blob: d820df472f95be53d67f3e81f1542a4561c86d4f (plain)
1
2
3
4
5
6
7
8
9
error[E0720]: cannot resolve opaque type
  --> $DIR/infinite-cycle-involving-weak.rs:3:10
   |
LL | type T = impl Copy;
   |          ^^^^^^^^^ cannot resolve opaque type

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0720`.