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 ed07da4 commit e60468eCopy full SHA for e60468e
rust/ql/test/extractor-tests/File/File.expected
@@ -2,3 +2,5 @@
2
| a_file.rs:0:0:0:0 | a_file.rs | fromSource: yes |
3
| another_file.rs:0:0:0:0 | another_file.rs | fromSource: yes |
4
| lib.rs:0:0:0:0 | lib.rs | fromSource: yes |
5
+| nested.rs:0:0:0:0 | nested.rs | fromSource: yes |
6
+| nested/file.rs:0:0:0:0 | nested/file.rs | fromSource: yes |
rust/ql/test/extractor-tests/File/nested.rs
@@ -0,0 +1 @@
1
+mod file;
rust/ql/test/extractor-tests/File/nested/file.rs
0 commit comments