bors 4876693708 Auto merge of #13408 - lowr:patch/bump-chalk-0.86, r=Veykril
Bump chalk

There's a bug in current chalk that prevents us from properly supporting GATs, which is supposed to be fixed in v0.86. Note the following:
- v0.86 is only going to be released next Sunday so I'll keep this PR as draft until then.
- This doesn't compile without https://github.com/rust-lang/chalk/pull/779, which I hope will be included in v0.86. I confirmed this compiles with it locally.

Two breaking changes from v0.84:
- `TypeFolder` has been split into `TypeFolder` and `FallibleTypeFolder` (https://github.com/rust-lang/chalk/pull/772)
- `ProjectionTy::self_type_parameter()` has been removed (https://github.com/rust-lang/chalk/pull/778)
2022-10-16 10:57:23 +00:00
..
2022-09-26 18:35:06 +01:00
2022-10-15 12:52:34 +03:00
2022-10-15 12:52:34 +03:00
2022-07-31 19:27:20 +02:00
2022-10-15 12:52:34 +03:00
2022-10-15 12:55:56 +03:00
2022-10-15 14:26:30 +03:00
2022-10-15 12:55:56 +03:00
2022-10-15 12:53:26 +03:00
2022-07-20 15:02:08 +02:00
2022-10-15 13:03:39 +03:00