rust/src/test
David Wood 81cf2294b4 macros: support adding warnings to diags
Both diagnostic and subdiagnostic derives were missing the ability to
add warnings to diagnostics - this is made more difficult by the `warn`
attribute already existing, so this name being unavailable for the
derives to use. `#[warn_]` is used instead, which requires
special-casing so that `{span_,}warn` is called instead of
`{span_,}warn_`.

Signed-off-by: David Wood <david.wood@huawei.com>
2022-07-15 16:13:49 +01:00
..
assembly Implement support for DWARF version 5. 2022-07-08 11:31:08 -07:00
auxiliary
codegen Support unstable moves via stable in unstable items 2022-07-08 21:18:13 +00:00
codegen-units
debuginfo
incremental Rollup merge of #98901 - davidtwco:split-dwarf-incr-workproduct, r=michaelwoerister 2022-07-07 18:06:52 +05:30
mir-opt ignore wasm=32 & bless 2022-07-12 16:02:17 +03:00
pretty
run-make Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
run-make-fulldeps Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillot 2022-07-14 21:50:14 +00:00
run-pass-valgrind
rustdoc Rollup merge of #98973 - GuillaumeGomez:inherent-impl-anchors, r=notriddle 2022-07-07 18:06:54 +05:30
rustdoc-gui Add GUI test for search result crate filter dropdown 2022-07-09 15:54:36 +02:00
rustdoc-js
rustdoc-js-std
rustdoc-json
rustdoc-ui Update -zhelp and -chelp rustdoc-ui tests to use regex-error-pattern 2022-07-12 11:20:36 +02:00
ui Rollup merge of #99119 - TaKO8Ki:remove-string-matching-about-methods, r=cjgillot 2022-07-15 15:53:38 +05:30
ui-fulldeps macros: support adding warnings to diags 2022-07-15 16:13:49 +01:00
COMPILER_TESTS.md