blob: 130c3124b6f82794d8f76aae1bd8f22c2118d947 [file] [log] [blame]
error[E0576]: cannot find associated type `foobar` in trait `Copy`
--> $DIR/issue-22384.rs:6:21
|
LL | <<i32 as Copy>::foobar as Trait>::foo();
| ^^^^^^ not found in `Copy`
error: aborting due to previous error