about summary refs log tree commit diff
path: root/src/test/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2021-07-20 23:23:22 -0400
committerJoshua Nelson <jyn514@gmail.com>2021-11-08 01:22:28 +0000
commitac9dd3685632d6a8a0159809e8dc671a327c4875 (patch)
treea08e5ca917fa240f25166104e613d0f71e9be6e5 /src/test/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs
parente674d0a59924a5c36ce0ccb6e21d6e2419b08145 (diff)
downloadrust-ac9dd3685632d6a8a0159809e8dc671a327c4875.tar.gz
rust-ac9dd3685632d6a8a0159809e8dc671a327c4875.zip
Don't abort compilation after giving a lint error
The only reason to use `abort_if_errors` is when the program is so broken that either:
1. later passes get confused and ICE
2. any diagnostics from later passes would be noise

This is never the case for lints, because the compiler has to be able to deal with `allow`-ed lints.
So it can continue to lint and compile even if there are lint errors.
Diffstat (limited to 'src/test/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs')
0 files changed, 0 insertions, 0 deletions