Rust: fix bad join order

This commit is contained in:
Arthur Baars
2024-10-23 17:50:54 +02:00
parent a3b903f13a
commit 2b65e78674

View File

@@ -36,7 +36,8 @@ module Impl {
this.getLocation().hasLocationInfo(filepath, startline, startcolumn, endline, endcolumn)
or
not exists(this.getLocation()) and
any(EmptyLocation e).hasLocationInfo(filepath, startline, startcolumn, endline, endcolumn)
pragma[only_bind_out](any(EmptyLocation e))
.hasLocationInfo(filepath, startline, startcolumn, endline, endcolumn)
}
/**