about summary refs log tree commit diff
path: root/tests/ui/issues/issue-23544.stderr
blob: 2a7e93f0eb71d0a527c5a9429a605f3e71b85fa1 (plain)
1
2
3
4
5
6
7
8
9
error[E0229]: associated type bindings are not allowed here
  --> $DIR/issue-23544.rs:5:17
   |
LL |         where T<Bogus = Self::AlsoBogus>: A;
   |                 ^^^^^^^^^^^^^^^^^^^^^^^ associated type not allowed here

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0229`.