2018-07-15 14:11:54 -07:00
|
|
|
error[E0576]: cannot find associated type `foobar` in trait `Copy`
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/issue-22384.rs:6:21
|
2018-07-15 14:11:54 -07:00
|
|
|
|
|
|
|
|
LL | <<i32 as Copy>::foobar as Trait>::foo();
|
|
|
|
| ^^^^^^ not found in `Copy`
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2019-10-13 22:07:11 +02:00
|
|
|
For more information about this error, try `rustc --explain E0576`.
|