Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update test suite to nightly-2024-01-09
warning: variable does not need to be mutable --> tests/common/parse.rs:28:17 | 28 | Err(mut diagnostic) => { | ----^^^^^^^^^^ | | | help: remove this `mut` | = note: `#[warn(unused_mut)]` on by default warning: variable does not need to be mutable --> tests/test_round_trip.rs:109:21 | 109 | Err(mut diagnostic) => { | ----^^^^^^^^^^ | | | help: remove this `mut`
- Loading branch information