Skip to content

Commit 18427ec

Browse files
authored
Merge pull request #3447 from waroad/printArrowSymbol
arrow crash in windows
2 parents 7cc5e0b + 5a8d15d commit 18427ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ast/src/location.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ impl Location {
3434
self.desc,
3535
self.line,
3636
pad = self.loc.column,
37-
arrow = "",
37+
arrow = "^",
3838
)
3939
}
4040
}

0 commit comments

Comments
 (0)