diff options
| author | bors <bors@rust-lang.org> | 2023-03-03 19:57:10 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-03-03 19:57:10 +0000 |
| commit | 44cfafe2fafe816395d3acc434663a45d5178c41 (patch) | |
| tree | 7752d393b7fac05f43f2cca290838a22987d4b7f /compiler/rustc_data_structures/src | |
| parent | 7a809ce8997a1697b166b4bb2594993e87d69f31 (diff) | |
| parent | 01fc5a765353741ee0a2597bd48283368253e9b6 (diff) | |
| download | rust-44cfafe2fafe816395d3acc434663a45d5178c41.tar.gz rust-44cfafe2fafe816395d3acc434663a45d5178c41.zip | |
Auto merge of #108707 - matthiaskrgr:rollup-9a2l6pc, r=matthiaskrgr
Rollup of 7 pull requests Successful merges: - #107981 (new solver: implement canonicalization and region constraints) - #108553 (Deny capturing late-bound non-lifetime param in anon const) - #108599 (Remove legacy PM leftovers) - #108667 (Fix another ICE in `point_at_expr_source_of_inferred_type`) - #108674 (Clippy Fix array-size-threshold config deserialization error) - #108685 (Match unmatched backticks in compiler/) - #108694 (Match unmatched backticks in compiler/ comments) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_data_structures/src')
| -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}`!", ); } |
