rust/src/test
Matthias Krüger ed202b8208
Rollup merge of #94154 - Urgau:rustdoc-check-cfg, r=GuillaumeGomez
Wire up unstable rustc --check-cfg to rustdoc

This pull-request wire up the new unstable `--check-cfg` option from `rustc` to `rustdoc` as [requested](https://github.com/rust-lang/rust/pull/93915#discussion_r807560445) in the [pull-request](https://github.com/rust-lang/rust/pull/93915) that introduce `--check-cfg`.

The motivation was describe in the original PR by ``@jyn514`` who wrote https://github.com/rust-lang/rust/pull/89346#issuecomment-930129761:
> > add plumbing to pass --check-cfg from rustdoc (do we want this one?)
>
> It would be useful, I think, it catches issues like cfg(doctst) or something (and in general I would like expansion to match rustc as closely as possible).
2022-02-25 20:12:47 +01:00
..
assembly Add preliminary support for inline assembly for msp430. 2022-01-22 23:42:46 -05:00
auxiliary
codegen Auto merge of #93644 - michaelwoerister:simpler-debuginfo-typemap, r=wesleywiser 2022-02-25 11:00:32 +00:00
codegen-units Collect panic/panic_bounds_check during monomorphization 2021-10-30 18:21:44 +01:00
debuginfo Change char type in debuginfo to DW_ATE_UTF 2022-02-23 08:31:10 -08:00
incremental Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" 2022-02-11 07:18:06 +00:00
mir-opt Remove an unnecessary restriction in dest_prop 2022-02-24 09:47:13 -05:00
pretty Bless use tree pretty print test 2022-02-07 21:51:05 -08:00
run-make Add --scrape-tests flags so rustdoc can scrape examples from tests 2022-02-11 21:48:59 -08:00
run-make-fulldeps Auto merge of #94174 - matthiaskrgr:rollup-snyrlhy, r=matthiaskrgr 2022-02-20 02:19:41 +00:00
run-pass-valgrind
rustdoc Add test for infinite redirection 2022-02-22 16:18:18 +01:00
rustdoc-gui Extend toggle GUI test a bit 2022-02-25 11:11:52 +01:00
rustdoc-js rustdoc: add test case for multiple traits and erased names 2022-01-26 13:03:31 -07:00
rustdoc-js-std Update macro:print typed-query rustdoc test to include pin! results 2022-02-14 16:56:37 +01:00
rustdoc-json rustdoc-json: Add tests for fn qualifiers and ABI 2022-02-18 23:48:41 +00:00
rustdoc-ui Wire up --check-cfg to rustdoc 2022-02-25 02:18:49 +01:00
ui Rollup merge of #93850 - asquared31415:extern-static-size-ice, r=jackh726 2022-02-25 20:12:46 +01:00
ui-fulldeps rustc_errors: take self by value in DiagnosticBuilder::cancel. 2022-02-23 06:08:06 +00:00
COMPILER_TESTS.md