8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-Yvalidate-pos
1 parent 5d2ef64 commit 335a78cCopy full SHA for 335a78c
_data/compiler-options.yml
@@ -570,11 +570,16 @@
570
schema:
571
type: "Boolean"
572
description: "Use range positions for syntax trees."
573
+ - option: "-Yvalidate-pos"
574
+ schema:
575
+ type: "Phases"
576
+ description: "Validate positions after the given phases (implies -Yrangepos)"
577
+ note: "`-Yrangepos` is enabled at the same time."
578
- option: "-Yshow-member-pos"
579
580
type: "String"
581
arg: "output style"
- description: "Show start and end positions of members"
582
+ description: "Show start and end positions of members (implies -Yrangepos)"
583
note: "`-Yrangepos` is enabled at the same time."
584
- option: "-Yreify-copypaste"
585
0 commit comments