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 3748365 commit f60879bCopy full SHA for f60879b
rust/ql/src/queries/diagnostics/MissingElements.ql
@@ -1,7 +1,7 @@
1
/**
2
- * @name Missing Elements
+ * @name Unextracted Elements
3
* @description List all elements that weren't extracted due to unimplemented features or parse errors.
4
- * @id rust/diagnostics/missing-elements
+ * @id rust/diagnostics/unextracted-elements
5
*/
6
7
import rust
rust/ql/test/query-tests/diagnostics/MissingElements.qlref
@@ -1 +1 @@
-queries/diagnostics/MissingElements.ql
+queries/diagnostics/UnextractedElements.ql
0 commit comments