about summary refs log tree commit diff
path: root/tests/ui/type-alias-impl-trait/bad-transmute-itiat.stderr
blob: 6cbf6c83ff4cebbf67769239b8c4ec2ed70033b7 (plain)
1
2
3
4
5
6
7
8
9
10
error: unconstrained opaque type
  --> $DIR/bad-transmute-itiat.rs:11:19
   |
LL |     type Assoc2 = impl std::fmt::Debug;
   |                   ^^^^^^^^^^^^^^^^^^^^
   |
   = note: `Assoc2` must be used in combination with a concrete type within the same impl

error: aborting due to 1 previous error