Match end user facing unmatched backticks in compiler/
This commit is contained in:
parent
13471d3b20
commit
ef658907a5
13 changed files with 19 additions and 19 deletions
|
@ -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}`!",
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue