Skip to content

Commit

Permalink
fix(Rust): fix annotation position error issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jan 4, 2024
1 parent 2df1f27 commit 1f9ea6b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,8 @@ open class RustAstBaseListener(private val fileName: String) : RustParserBaseLis

CodeAnnotation(
Name = annotationName,
KeyValues = keyValues
KeyValues = keyValues,
Position = buildPosition(attributeContext)
)
}.toMutableList()
}
Expand Down

0 comments on commit 1f9ea6b

Please sign in to comment.