rust/compiler
bors 5bb68c31f8 Auto merge of #79445 - SNCPlay42:struct-tail-recursion-limit, r=oli-obk
check the recursion limit when finding a struct's tail

fixes #79437

This does a `delay_span_bug` (via `ty_error_with_message`) rather than emit a new error message, under the assumption that there will be an error elsewhere (even if the type isn't infinitely recursive, just deeper than the recursion limit, this appears to be the case).
2020-12-05 15:58:06 +00:00
..
2020-12-03 09:50:10 -08:00
2020-12-03 09:50:10 -08:00
2020-12-03 17:08:19 -05:00
2020-11-22 13:45:14 +00:00
2020-12-03 17:08:19 -05:00
2020-11-26 21:32:27 +01:00
2020-11-25 15:08:51 -05:00
2020-12-03 17:08:19 -05:00
2020-12-03 09:50:10 -08:00