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.
1 parent 699291a commit 985b85cCopy full SHA for 985b85c
src/fsharp/CompilerDiagnostics.fs
@@ -1169,7 +1169,7 @@ let OutputPhasedErrorR (os: StringBuilder) (err: PhasedDiagnostic) (canSuggestNa
1169
printfn " ----"
1170
//printfn " state %d" state
1171
for rp in rps do
1172
- printfn " non-terminal %+A: ... " (Parser.prodIdxToNonTerminal rp)
+ printfn " non-terminal %+A (idx %d): ... " (Parser.prodIdxToNonTerminal rp) rp
1173
#endif
1174
1175
match ctxt.CurrentToken with
0 commit comments