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.
1 parent 14b75a9 commit df221eaCopy full SHA for df221ea
rust/ql/lib/codeql/rust/elements/internal/VariableImpl.qll
@@ -128,7 +128,6 @@ module Impl {
128
Name getName() { variableDecl(definingNode, result, text) }
129
130
/** Gets the block that encloses this variable, if any. */
131
- cached
132
BlockExpr getEnclosingBlock() { result = definingNode.getEnclosingBlock() }
133
134
/** Gets the `self` parameter that declares this variable, if any. */
0 commit comments