Skip to content

Commit 9b6f0da

Browse files
author
Paolo Tranquilli
committed
Rust: move nested ql test out
1 parent c1df8d0 commit 9b6f0da

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

rust/ql/test/extractor-tests/canonical_path/disabled/anonymous.rs renamed to rust/ql/test/extractor-tests/canonical_path_disabled/anonymous.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// would prefer to write `include!("../anonymous.rs");`
2-
// but it seems `include!` does not work in rust-analyzer/our extractor
1+
// would prefer to write `include!("../canonical_paths/anonymous.rs");`
2+
// but `include!` does not work with out-of-dir files
33

44
use super::regular::Trait;
55

rust/ql/test/extractor-tests/canonical_path/disabled/regular.rs renamed to rust/ql/test/extractor-tests/canonical_path_disabled/regular.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// would prefer to write `include!("../regular.rs");`
2-
// but it seems `include!` does not work in rust-analyzer/our extractor
1+
// would prefer to write `include!("../canonical_path/regular.rs");
2+
// but `include!` does not work with out-of-dir files
33

44
#[derive(Eq, PartialEq)]
55
pub struct Struct;

0 commit comments

Comments
 (0)