mirror of
https://github.com/github/codeql.git
synced 2026-04-21 23:14:03 +02:00
Rust: fix bad join order
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user