]> git.lizzy.rs Git - rust.git/blob - src/test/ui/assoc-inherent.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[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;
5    |     ^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0202`.