mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Merge pull request #20833 from hvitved/rust/fix-bad-join
Rust: Fix bad join
This commit is contained in:
@@ -105,7 +105,7 @@ module Impl {
|
||||
not isAttributeMacroExpansionSourceLocation(macro, n.getLocation())
|
||||
)
|
||||
or
|
||||
isFromMacroExpansion(getImmediatelyEnclosingMacroInvocation(n))
|
||||
isFromMacroExpansion(pragma[only_bind_into](getImmediatelyEnclosingMacroInvocation(n)))
|
||||
}
|
||||
|
||||
cached
|
||||
|
||||
Reference in New Issue
Block a user