Skip to content

Commit

Permalink
Fixing range pattern definition working only for integer literals
Browse files Browse the repository at this point in the history
  • Loading branch information
ACassimiro committed Sep 20, 2024
1 parent 5bc1f42 commit 89450c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-semantics/rust-common-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ https://doc.rust-lang.org/reference/items/extern-crates.html

```k
syntax RangePattern ::= IntegerLiteral ".." IntegerLiteral // "TODO: not needed yet, not implementing"
syntax RangePattern ::= Expression ".." Expression // "TODO: not needed yet, not implementing"
```

Expand Down

0 comments on commit 89450c6

Please sign in to comment.