rust/src/test
bors 7be9ec2765 Auto merge of #97357 - davidtwco:diagnostic-translation-typed-subdiagnostic-simplification, r=oli-obk
errors: simplify referring to fluent attributes

To render the message of a Fluent attribute, the identifier of the Fluent message must be known. `DiagnosticMessage::FluentIdentifier` contains both the message's identifier and optionally the identifier of an attribute. Generated constants for each attribute would therefore need to be named uniquely (amongst all error messages) or be able to refer to only the attribute identifier which will be combined with a message identifier later. In this commit, the latter strategy is implemented as part of the `Diagnostic` type's functions for adding subdiagnostics of various kinds.

r? `@oli-obk`
2022-05-30 22:49:36 +00:00
..
assembly Fix stack protector basic test 2022-05-25 17:29:37 +02:00
auxiliary
codegen Update some codegen tests for opaque pointers 2022-05-25 17:29:37 +02:00
codegen-units Fix/bless tests broken by DSE 2022-05-24 22:50:21 -04:00
debuginfo Add support for embedding pretty printers via the #[debugger_visualizer] attribute. Add tests for embedding pretty printers and update documentation. 2022-05-24 11:14:48 -07:00
incremental Switch incremental/hashes tests to all use optimizations. 2022-05-27 18:17:39 -07:00
mir-opt validate derefer, run derefer inside generator 2022-05-30 18:36:14 +03:00
pretty Auto merge of #96376 - scottmcm:do-yeet, r=oli-obk 2022-05-01 13:10:21 +00:00
run-make Properly apply path prefix remapping paths emitted into debuginfo. 2022-05-18 12:19:01 +02:00
run-make-fulldeps Auto merge of #94214 - nikic:rust-opaque-pointers, r=cuviper 2022-05-29 14:12:42 +00:00
run-pass-valgrind
rustdoc Remove #[default..] and add #[const_trait] 2022-05-30 08:52:24 +00:00
rustdoc-gui Add GUI test for javascript disabled display of settings page 2022-05-28 18:55:30 +02:00
rustdoc-js Adjust test case to account for 6c8a2d4 2022-05-25 11:01:43 -07:00
rustdoc-js-std Rollup merge of #96887 - notriddle:notriddle/as-raw-fd, r=jsha 2022-05-11 13:16:31 +09:00
rustdoc-json rustdoc-json: Add tests for all three HRTB fields 2022-05-04 21:03:01 +02:00
rustdoc-ui Remove few characters for tidy check to pass 2022-05-26 23:13:37 +01:00
ui Rollup merge of #97531 - compiler-errors:for-loop-pat-mismatch, r=davidtwco 2022-05-30 14:33:52 +02:00
ui-fulldeps errors: simplify referring to fluent attributes 2022-05-30 13:38:19 +01:00
COMPILER_TESTS.md