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 d4c3e33 commit ac9a8d6Copy full SHA for ac9a8d6
rust/ql/consistency-queries/CfgConsistency.ql
@@ -1 +1,8 @@
1
-import codeql.rust.controlflow.internal.CfgConsistency
+/**
2
+ * @name Control flow graph inconsistencies
3
+ * @description Lists the control flow graph inconsistencies in the database. This query is intended for internal use.
4
+ * @kind table
5
+ * @id rust/diagnostics/cfg-consistency
6
+ */
7
+
8
+ import codeql.rust.controlflow.internal.CfgConsistency
0 commit comments