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 cdba4fa commit 8cc7c6dCopy full SHA for 8cc7c6d
interp/errors.go
@@ -57,6 +57,7 @@ func (r *runner) errorAt(inst instruction, err error) *Error {
57
pos := getPosition(inst.llvmInst)
58
return &Error{
59
ImportPath: r.pkgName,
60
+ Inst: inst.llvmInst,
61
Pos: pos,
62
Err: err,
63
Traceback: []ErrorLine{{pos, inst.llvmInst}},
0 commit comments