Minimal nonsense repro: ```rego package p r[x] := y if { some x y := [_] } ``` ``` > opa check p.rego 1 error occurred: rego_unsafe_var_error: var x is unsafe ``` I expect this error to be reported with location data attached.
Minimal nonsense repro:
I expect this error to be reported with location data attached.