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.
2 parents a28a718 + 1b6b1e5 commit caccee9Copy full SHA for caccee9
rust/ql/lib/codeql/rust/elements/internal/ElementImpl.qll
@@ -105,7 +105,7 @@ module Impl {
105
not isAttributeMacroExpansionSourceLocation(macro, n.getLocation())
106
)
107
or
108
- isFromMacroExpansion(getImmediatelyEnclosingMacroInvocation(n))
+ isFromMacroExpansion(pragma[only_bind_into](getImmediatelyEnclosingMacroInvocation(n)))
109
}
110
111
cached
0 commit comments