Parent tracking issue: #265
The ExprData::True variant has borrow-check coverage (e.g., min_problem_case_3) but no type-checking coverage in mir_typeck.rs.
Add a test that uses the true literal. This could be combined with a Stmt::If test. See the parent tracking issue for instructions on how to add tests.
Parent tracking issue: #265
The
ExprData::Truevariant has borrow-check coverage (e.g.,min_problem_case_3) but no type-checking coverage inmir_typeck.rs.Add a test that uses the
trueliteral. This could be combined with aStmt::Iftest. See the parent tracking issue for instructions on how to add tests.