rust/tests
Michael Goulet ab09405e99
Rollup merge of #107813 - compiler-errors:bad-impl-trait-in-macro-is-ok, r=estebank
Do not eagerly recover for bad `impl Trait` types in macros

Fixes #107796

cc #106712, ```@estebank``` and ```@Ezrashaw``` please make sure to use [`Parser::may_recover`](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_parse/parser/struct.Parser.html#method.may_recover) for all eager-token-consuming parser recoveries.

This also fixes a separate regression from #99915, that was introduced before we added `may_recover` though.
2023-02-08 20:01:26 -08:00
..
assembly
auxiliary
codegen
codegen-units
debuginfo
incremental
mir-opt Rollup merge of #107662 - cjgillot:copy-projection, r=oli-obk 2023-02-07 17:57:15 +01:00
pretty
run-make
run-make-fulldeps
run-pass-valgrind
rustdoc rustdoc: use a newline instead of <br> to format code headers 2023-02-07 11:23:25 -07:00
rustdoc-gui
rustdoc-js
rustdoc-js-std
rustdoc-json
rustdoc-ui Replace a command line flag with an env var to allow tools to initialize the tracing loggers at their own discretion 2023-02-07 16:33:03 +00:00
ui Rollup merge of #107813 - compiler-errors:bad-impl-trait-in-macro-is-ok, r=estebank 2023-02-08 20:01:26 -08:00
ui-fulldeps
COMPILER_TESTS.md