File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cmd/compile/internal/types2 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ var nopos syntax.Pos
22
22
const debug = false // leave on during development
23
23
24
24
// position tracing for panics during type checking
25
- const tracePos = false // TODO(markfreeman): check performance implications
25
+ const tracePos = true
26
26
27
27
// _aliasAny changes the behavior of [Scope.Lookup] for "any" in the
28
28
// [Universe] scope.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ var noposn = atPos(nopos)
25
25
const debug = false // leave on during development
26
26
27
27
// position tracing for panics during type checking
28
- const tracePos = false // TODO(markfreeman): check performance implications
28
+ const tracePos = true
29
29
30
30
// gotypesalias controls the use of Alias types.
31
31
// As of Apr 16 2024 they are used by default.
You can’t perform that action at this time.
0 commit comments