rust/compiler/rustc_const_eval
Matthias Krüger 846424d15f
Rollup merge of #108685 - est31:backticks_matchmaking, r=petrochenkov
Match unmatched backticks in compiler/

Found with GNU grep:
```
grep -rEn '^(([^`]*`){2})*[^`]*`[^`]*$' compiler/ | rg -v '\s*[//]?.{1,2}```'
```
2023-03-03 20:06:29 +01:00
..
locales errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
src Rollup merge of #108685 - est31:backticks_matchmaking, r=petrochenkov 2023-03-03 20:06:29 +01:00
Cargo.toml remove unused imports 2023-02-06 17:40:18 +03:00