mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
846424d15f
Match unmatched backticks in compiler/
Found with GNU grep:
```
grep -rEn '^(([^`]*`){2})*[^`]*`[^`]*$' compiler/ | rg -v '\s*[//]?.{1,2}```'
```