rust/src/test
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
..
assembly Add wasm32 support to inline asm 2020-12-01 12:18:21 -06:00
auxiliary
codegen make test work in llvm 9 2020-11-30 01:21:47 -05:00
codegen-units
compile-fail
debuginfo
incremental Revert "Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsakis" 2020-12-02 12:19:38 -03:00
mir-opt Avoid leaking block expression values 2020-12-04 23:07:46 +00:00
pretty
run-make
run-make-fulldeps Avoid leaking block expression values 2020-12-04 23:07:46 +00:00
run-pass-valgrind
rustdoc Rollup merge of #79638 - jyn514:intra-link-self-raw, r=Manishearth 2020-12-04 03:30:34 +01:00
rustdoc-js Add more rustdoc-js test cases 2020-12-03 14:11:37 -08:00
rustdoc-js-std
rustdoc-json Normalize windows path seperators. 2020-12-02 21:24:42 +00:00
rustdoc-ui Add tests for #[doc(keyword = "...")] and update other doc attributes tests 2020-12-02 20:01:06 +01:00
rustfix
ui Auto merge of #79445 - SNCPlay42:struct-tail-recursion-limit, r=oli-obk 2020-12-05 15:58:06 +00:00
ui-fulldeps Only deny doc_keyword in std and set it as "allow" by default 2020-12-03 16:48:17 +01:00
COMPILER_TESTS.md