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 04926df commit f827ad8Copy full SHA for f827ad8
rust/ql/src/queries/diagnostics/UnextractedElements.ql
@@ -1,6 +1,7 @@
1
/**
2
* @name Unextracted Elements
3
* @description List all elements that weren't extracted due to unimplemented features or parse errors.
4
+ * @kind diagnostic
5
* @id rust/diagnostics/unextracted-elements
6
*/
7
rust/ql/src/queries/diagnostics/UnresolvedMacroCalls.ql
* @name Unresolved Macro Calls
* @description List all macro calls that were not resolved to a target.
* @id rust/diagnostics/unresolved-macro-calls
0 commit comments