diff options
| author | est31 <MTest31@outlook.com> | 2023-03-03 08:38:07 +0100 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2023-03-03 08:39:36 +0100 |
| commit | ef658907a5e88563e4b67a07ba1639c7bf58756f (patch) | |
| tree | 1ea20512a9252707c26649e41617253f41fb811d /compiler/rustc_data_structures/src/stable_hasher/tests.rs | |
| parent | 13471d3b2046cce78181dde6cfc146c09f55e29e (diff) | |
| download | rust-ef658907a5e88563e4b67a07ba1639c7bf58756f.tar.gz rust-ef658907a5e88563e4b67a07ba1639c7bf58756f.zip | |
Match end user facing unmatched backticks in compiler/
Diffstat (limited to 'compiler/rustc_data_structures/src/stable_hasher/tests.rs')
| -rw-r--r-- | compiler/rustc_data_structures/src/stable_hasher/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/stable_hasher/tests.rs b/compiler/rustc_data_structures/src/stable_hasher/tests.rs index b0d66c32a07..724be5888dd 100644 --- a/compiler/rustc_data_structures/src/stable_hasher/tests.rs +++ b/compiler/rustc_data_structures/src/stable_hasher/tests.rs @@ -150,7 +150,7 @@ fn test_isize_compression() { let hash_b = hash(&(b as isize, a as isize)); assert_ne!( hash_a, hash_b, - "The hash stayed the same when permuting values `{a}` and `{b}!", + "The hash stayed the same when permuting values `{a}` and `{b}`!", ); } |
