Skip to content

Commit ac9a8d6

Browse files
committed
Rust: Add metadata to the original CFG consistency query.
1 parent d4c3e33 commit ac9a8d6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
import codeql.rust.controlflow.internal.CfgConsistency
1+
/**
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

Comments
 (0)