mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 04:40:38 +00:00
216 B
216 B
Running the test suite
Running cargo test
will automatically update the .stderr
and .stdout
files.
If you only want to check that the output files match and not
update them, use cargo test -- -- --check