Match unmatched backticks in compiler/
Found with GNU grep:
```
grep -rEn '^(([^`]*`){2})*[^`]*`[^`]*$' compiler/ | rg -v '\s*[//]?.{1,2}```'
```
|
||
|---|---|---|
| .. | ||
| locales | ||
| src | ||
| Cargo.toml | ||
Match unmatched backticks in compiler/
Found with GNU grep:
```
grep -rEn '^(([^`]*`){2})*[^`]*`[^`]*$' compiler/ | rg -v '\s*[//]?.{1,2}```'
```
|
||
|---|---|---|
| .. | ||
| locales | ||
| src | ||
| Cargo.toml | ||