2019-01-08 17:50:51 -06:00
|
|
|
error[E0202]: associated types are not yet supported in inherent impls (see #8995)
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/assoc-inherent.rs:6:5
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
2019-01-08 17:50:51 -06:00
|
|
|
LL | type Bar = isize; //~ERROR associated types are not yet supported in inherent impls (see #8995)
|
2018-08-08 07:28:26 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0202`.
|