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 ad7c965 commit 12fbd18Copy full SHA for 12fbd18
rust/ql/consistency-queries/ExtractionConsistency.ql
@@ -1,3 +1,5 @@
1
import codeql.rust.Diagnostics
2
3
query predicate extractionError(ExtractionError ee) { any() }
4
+
5
+query predicate extractionWarning(ExtractionWarning ew) { any() }
0 commit comments