bors
38b72154de
Auto merge of #98637 - cjgillot:bare-trait-anon-lt, r=petrochenkov
...
Create fresh lifetime parameters for bare fn trait too
The current code fails to account for the equivalence between `dyn FnMut(&mut u8)` and bare `FnMut(&mut u8)`, and treated them differently.
This PR introduces a special case for `Fn` traits, which are always fully resolved.
Fixes #98616
Fixes #98726
This will require a beta-backport, as beta contains that bug.
r? `@petrochenkov`
2022-07-11 17:09:37 +00:00
..
2022-07-07 18:06:49 +05:30
2022-07-08 12:44:14 +00:00
2022-07-11 17:09:37 +00:00
2022-07-06 13:27:53 +01:00
2022-07-11 15:19:32 +05:30
2022-07-09 10:04:09 +10:00
2022-07-09 23:20:02 +02:00
2022-07-09 07:27:29 -04:00
2022-07-09 07:27:29 -04:00
2022-07-09 07:43:56 -04:00
2022-07-11 15:19:32 +05:30
2022-07-06 22:50:55 +02:00
2022-07-10 23:43:46 +00:00
2022-07-11 16:51:19 +09:00
2022-07-10 23:43:46 +00:00
2022-07-09 11:28:07 +05:30
2022-07-07 20:33:24 +02:00
2022-07-09 19:57:13 +00:00
2022-07-08 11:31:08 -07:00
2022-07-07 18:14:44 +00:00
2022-07-07 18:06:50 +05:30
2022-07-08 03:37:36 +00:00
2022-07-07 20:55:34 +00:00
2022-07-10 11:52:17 +02:00
2022-07-11 15:19:32 +05:30
2022-07-09 12:52:50 +02:00
2022-07-10 11:52:17 +02:00
2022-07-06 06:41:53 +01:00
2022-07-08 10:03:27 +00:00
2022-07-07 16:01:43 +02:00
2022-07-06 14:49:08 +05:30
2022-07-06 23:20:12 +02:00
2022-07-09 04:34:51 +00:00
2022-07-11 17:09:37 +00:00
2022-07-08 11:31:08 -07:00
2022-07-11 15:19:32 +05:30
2022-07-06 22:50:55 +02:00
2022-07-09 11:28:07 +05:30
2022-07-11 15:19:31 +05:30
2022-07-06 06:41:53 +01:00
2022-07-06 06:41:53 +01:00
2022-07-08 17:55:26 +00:00
2022-07-11 15:19:33 +05:30