Skip to content

Commit 43a3705

Browse files
Link the old context-sensitive proof.
1 parent 5a4f8b1 commit 43a3705

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tokens.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ a context-free language can't because the only way to express "counting" is
216216
as a destructive operation which forces you to forget the count. This allows
217217
for the "comparison" of two counts (such (as (balanced) (parens))) but not 3+.
218218

219+
See [the proof for more formal details](https://github.com/rust-lang/rust/blob/5187be620c76a313a19b9b596e1bce3a80a345dd/src/grammar/raw-string-literal-ambiguity.md).
219220
Examples for string literals:
220221

221222
```rust

0 commit comments

Comments
 (0)