From ef658907a5e88563e4b67a07ba1639c7bf58756f Mon Sep 17 00:00:00 2001 From: est31 Date: Fri, 3 Mar 2023 08:38:07 +0100 Subject: Match end user facing unmatched backticks in compiler/ --- compiler/rustc_data_structures/src/stable_hasher/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/rustc_data_structures') 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}`!", ); } -- cgit 1.4.1-3-g733a5