diff options
| author | bors <bors@rust-lang.org> | 2024-02-25 09:50:42 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-02-25 09:50:42 +0000 |
| commit | 02ee5647a25582495d961d375709195f0a7fb5ed (patch) | |
| tree | 18b2e9a10d6429bea559a3a39bc23363fe446c43 /tests/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs | |
| parent | 9577051174b9c77ffc4c5b427d90ba49608d5697 (diff) | |
| parent | 87042866a3c9000cf7ec83a6ed00504a2a00b761 (diff) | |
| download | rust-02ee5647a25582495d961d375709195f0a7fb5ed.tar.gz rust-02ee5647a25582495d961d375709195f0a7fb5ed.zip | |
Auto merge of #3320 - RalfJung:rustup, r=RalfJung
Rustup Let's see if https://github.com/rust-lang/rust/pull/121114 gets perf back to the old level.
Diffstat (limited to 'tests/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs')
| -rw-r--r-- | tests/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs b/tests/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs index ebfa3040aca..5389c32f938 100644 --- a/tests/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs +++ b/tests/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs @@ -1,4 +1,4 @@ -// compile-flags: -g -Z src-hash-algorithm=sha1 -Copt-level=0 +//@ compile-flags: -g -Z src-hash-algorithm=sha1 -Copt-level=0 #![crate_type = "lib"] |
