summaryrefslogtreecommitdiff
path: root/tests/snippets/rust
Commit message (Collapse)AuthorAgeFilesLines
* Improved Rust attributes (#1813)kaivol2021-06-251-0/+12
|
* Rust: fix lexing of "break" and "continue"Georg Brandl2021-06-201-0/+39
| | | | fixes #1843
* Rust: fix raw string tokenGeorg Brandl2021-04-121-0/+117
Fixes #1771