about summary refs log tree commit diff
path: root/tests/debuginfo/enum-thinlto.rs
diff options
context:
space:
mode:
authorIsaac Chen <79286236+ijchen@users.noreply.github.com>2022-05-28 18:24:34 -0400
committerGitHub <noreply@github.com>2022-05-28 18:24:34 -0400
commit0484cfb6a91d1236809cfe4c536aa29b498e518d (patch)
tree2b1336e8a23c1445d7bab56d942f1081f0f7efd9 /tests/debuginfo/enum-thinlto.rs
parent1fede1753c33f4ce0660ad9b8edbd618d9733daf (diff)
downloadrust-0484cfb6a91d1236809cfe4c536aa29b498e518d.tar.gz
rust-0484cfb6a91d1236809cfe4c536aa29b498e518d.zip
Corrected EBNF grammar for from_str
Previously, the `Number` part of the EBNF grammar had an option for `'.' Digit*`, which would include the string "." (a single decimal point). This is not valid, and does not return an Ok as stated. The corrected version removes this, and still allows for the `'.' Digit+` case with the already existing `Digit* '.' Digit+` case.
Diffstat (limited to 'tests/debuginfo/enum-thinlto.rs')
0 files changed, 0 insertions, 0 deletions