Require (and potentially enforce) attribute-style // issue: rust-lang/rust#12345
comments in issue-related tests
#113604
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
This comes as a followup to #113583
The goal is to add meta comments to all tests related to an issue or ICE (e.g. regression tests) so that we can programmatically extract this information. For example:
We should make having this a goal for all regression tests going forward, and as a requirement with any renaming that might happen to suit #113583. We can likely do some of this programmatically.
The text was updated successfully, but these errors were encountered: