Yuki Okushi
0dedc6c054
Rollup merge of #80254 - Aaron1011:rustdoc-auto-param-env, r=estebank
...
Don't try to add nested predicate to Rustdoc auto-trait `ParamEnv`
Fixes #80233
We already have logic in `evaluate_predicates` that tries to add
unimplemented predicates to our `ParamEnv`. Trying to add a predicate
that already holds can lead to errors later on, since projection
will prefer trait candidates from the `ParamEnv` to predicates from an
impl.
2021-01-15 18:26:04 +09:00
..
2021-01-15 05:36:48 +00:00
2021-01-14 14:41:58 +00:00
2021-01-12 02:56:51 +00:00
2021-01-09 21:50:39 +03:00
2021-01-10 14:48:47 +03:00
2021-01-13 11:55:49 -08:00
2021-01-12 11:20:47 +00:00
2021-01-11 12:13:22 -08:00
2021-01-14 18:00:25 +00:00
2021-01-13 07:49:45 -05:00
2021-01-12 16:13:15 +09:00
2021-01-12 11:20:47 +00:00
2021-01-09 19:50:06 +01:00
2021-01-14 14:41:58 +00:00
2021-01-14 14:41:58 +00:00
2021-01-11 12:13:22 -08:00
2021-01-13 04:29:45 +00:00
2021-01-12 07:59:13 +09:00
2021-01-13 07:49:16 -05:00
2021-01-13 07:49:16 -05:00
2021-01-13 11:55:49 -08:00
2021-01-14 00:00:00 +00:00
2021-01-14 18:00:09 +00:00
2021-01-14 18:00:16 +00:00
2021-01-14 14:41:58 +00:00
2021-01-15 05:36:48 +00:00
2021-01-14 14:41:58 +00:00
2021-01-12 20:32:33 -05:00
2021-01-08 18:38:33 -05:00
2021-01-14 17:27:15 +00:00
2021-01-12 20:32:33 -05:00
2021-01-11 12:13:26 -08:00
2021-01-12 07:58:59 +09:00
2021-01-13 23:24:31 +00:00
2021-01-10 16:55:55 +09:00
2021-01-13 03:20:15 +01:00
2021-01-15 18:26:04 +09:00
2021-01-13 20:35:58 +00:00
2021-01-14 17:59:55 +00:00