rust/tests
Guillaume Gomez 52a0d136f5
Rollup merge of #115947 - GuillaumeGomez:custom_code_classes_in_docs-warning, r=notriddle
Custom code classes in docs warning

Fixes https://github.com/rust-lang/rust/issues/115938.

This PR does two things:
 1. Unless the `custom_code_classes_in_docs` feature is enabled, it will use the old codeblock tag parser.
 2. If there is a codeblock tag that starts with a `.`, it will emit a behaviour change warning.

Hopefully this is the last missing part for this feature until stabilization.

Follow-up of https://github.com/rust-lang/rust/pull/110800.

r? `@notriddle`
2023-09-19 20:23:20 +02:00
..
assembly
auxiliary
codegen
codegen-units
coverage-map coverage: Regression test for inconsistent handling of closure spans 2023-09-18 22:33:05 +10:00
debuginfo
incremental
mir-opt Auto merge of #115865 - RalfJung:mir-mod, r=oli-obk 2023-09-19 13:22:48 +00:00
pretty
run-coverage coverage: Regression test for inconsistent handling of closure spans 2023-09-18 22:33:05 +10:00
run-coverage-rustdoc
run-make Auto merge of #114750 - Enselic:metadata-dep-info, r=compiler-errors 2023-09-17 11:45:53 +00:00
run-make-fulldeps
run-pass-valgrind
rustdoc Implement new eBNF for codeblock attributes 2023-09-15 21:32:28 +02:00
rustdoc-gui Rollup merge of #112725 - notriddle:notriddle/advanced-search, r=GuillaumeGomez 2023-09-19 11:35:49 +02:00
rustdoc-js
rustdoc-js-std
rustdoc-json
rustdoc-ui Update tests for custom classes 2023-09-19 17:29:39 +02:00
ui Rollup merge of #115801 - compiler-errors:async-cycle-mono, r=oli-obk 2023-09-19 20:23:19 +02:00
ui-fulldeps
COMPILER_TESTS.md