diff --git a/rust/ql/lib/codeql/rust/internal/PathResolution.qll b/rust/ql/lib/codeql/rust/internal/PathResolution.qll index 491f1572f26..acb1f7a8541 100644 --- a/rust/ql/lib/codeql/rust/internal/PathResolution.qll +++ b/rust/ql/lib/codeql/rust/internal/PathResolution.qll @@ -2050,7 +2050,7 @@ ItemNode resolvePathIgnoreVariableShadowing(PathExt path) { } /** - * Holds if `ip` resolves to some constructor. + * Holds if `ip` resolves to some constructor or constant. */ // use `forceLocal` once we implement overlay support pragma[nomagic]