Matthias Krüger
43fee0e0a9
Rollup merge of #90646 - BoxyUwU:funky_ice, r=estebank
...
type error go brrrrrrrr
Fixes #90444
when we relate something like:
`fn(fn((), (), u32))` with `fn(fn((), (), ()))`
we relate the inner fn ptrs:
`fn((), (), u32)` with `fn((), (), ())`
yielding a `TypeError::ArgumentSorts(_, 2)` which we then use as the `TypeError` for the `fn(fn(..))` which later causes the ICE as the `2` does not correspond to any input or output types in `fn(_)`
r? `@estebank`
2021-11-06 23:12:06 +01:00
..
2021-11-06 23:12:05 +01:00
2021-10-29 04:55:51 +00:00
2021-10-28 11:01:42 -04:00
2021-11-06 16:13:14 +01:00
2021-10-28 11:01:42 -04:00
2021-10-27 09:19:42 +00:00
2021-11-06 09:55:50 +00:00
2021-11-06 23:12:05 +01:00
2021-11-06 16:13:14 +01:00
2021-10-29 04:55:51 +00:00
2021-10-28 11:01:42 -04:00
2021-11-05 11:57:17 -04:00
2021-10-31 13:14:04 +01:00
2021-10-28 11:01:42 -04:00
2021-11-02 23:48:50 +01:00
2021-11-01 17:18:57 +00:00
2021-10-28 11:01:42 -04:00
2021-11-06 04:15:22 +00:00
2021-10-28 11:01:42 -04:00
2021-11-06 16:13:14 +01:00
2021-11-04 23:31:42 +01:00
2021-11-05 20:12:40 +01:00
2021-11-05 17:47:11 +01:00
2021-11-03 13:39:37 -07:00
2021-11-06 23:12:06 +01:00
2021-10-28 11:01:42 -04:00
2021-11-03 16:43:12 +01:00
2021-11-06 16:13:14 +01:00
2021-11-04 21:07:56 +01:00
2021-11-04 23:40:59 +01:00
2021-10-30 14:37:00 +02:00
2021-10-28 11:01:42 -04:00
2021-10-28 11:01:42 -04:00
2021-10-29 04:55:51 +00:00
2021-11-03 13:53:57 +09:00
2021-11-04 21:07:56 +01:00
2021-11-05 12:01:59 -07:00
2021-11-03 16:43:12 +01:00
2021-10-28 11:01:42 -04:00
2021-11-05 12:22:51 -07:00
2021-11-06 16:13:14 +01:00
2021-10-28 16:03:13 +00:00
2021-11-06 23:12:06 +01:00