]> git.lizzy.rs Git - rust.git/blob - src/test/ui/assoc-inherent.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / assoc-inherent.stderr
1 error[E0202]: associated types are not yet supported in inherent impls (see #8995)
2   --> $DIR/assoc-inherent.rs:6:5
3    |
4 LL |     type Bar = isize; //~ERROR associated types are not yet supported in inherent impls (see #8995)
5    |     ^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0202`.