mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
9 lines
275 B
Plaintext
9 lines
275 B
Plaintext
/**
|
|
* @name Abstract syntax tree inconsistencies
|
|
* @description Lists the abstract syntax tree inconsistencies in the database. This query is intended for internal use.
|
|
* @kind table
|
|
* @id rust/diagnostics/ast-consistency
|
|
*/
|
|
|
|
import codeql.rust.internal.AstConsistency
|