Skip to content

Commit 390fc67

Browse files
committed
Added a comment
1 parent a8923a8 commit 390fc67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/solidity-v2/inputs/language/src/definition.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,9 @@ PragmaDirective: PragmaDirective = {
763763
identifier = Identifier,
764764
definitions = [KeywordDefinition(
765765
// TODO(v2) removing conflict - fallback unreserved before 0.6.0 conflicts with FunctionName
766+
// Note: Leaving this commented from now, I think this should be enabled from 0.6.0,
767+
// together with the uses of it. Then it'll fall into the category of keywords
768+
// that are only used as keywords while reserved (a lot easier to solve)
766769
// reserved = From("0.6.0"),
767770
value = Atom("fallback")
768771
)]

0 commit comments

Comments
 (0)