Tracking Issue for Incr. Comp. Regression Testing #36350
Labels
A-incr-comp
Area: Incremental compilation
A-testsuite
Area: The testsuite used to check the correctness of rustc
metabug
Issues about issues themselves ("bugs about bugs")
Milestone
Incremental compilation needs good regression testing, which can be split into the following components:
#[rustc_clean]
/#[rustc_dirty]
and#![rustc_partition_reused]
infrastructure.let
statements (ICH: Add tests for let- and match-expressions. #37654)match
expressions (ICH: Add tests for let- and match-expressions. #37654)if
expressions (ICH: Add test case for if- and if-let-expressions. #37694)while
loops andloop
loops (ICH: Add regression tests for various kinds of loops. #37841)for
loops (ICH: Add regression tests for various kinds of loops. #37841)extern
blocks (ICH: Fix and test foreign mod hashing. #38479)type
definitions (ICH: Add test case for type alias definitions #37799)static
declarations #37001)#[rustc_if_this_changed]
/#[rustc_then_this_would_need]
infrastructure.In order to make it easy to contribute in this area, we'll also want to
The text was updated successfully, but these errors were encountered: