Rust: move nested ql test out

This commit is contained in:
Paolo Tranquilli
2025-02-19 10:37:52 +01:00
parent c1df8d0e13
commit 9b6f0da1c1
5 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
// would prefer to write `include!("../anonymous.rs");`
// but it seems `include!` does not work in rust-analyzer/our extractor
// would prefer to write `include!("../canonical_paths/anonymous.rs");`
// but `include!` does not work with out-of-dir files
use super::regular::Trait;

View File

@@ -1,5 +1,5 @@
// would prefer to write `include!("../regular.rs");`
// but it seems `include!` does not work in rust-analyzer/our extractor
// would prefer to write `include!("../canonical_path/regular.rs");
// but `include!` does not work with out-of-dir files
#[derive(Eq, PartialEq)]
pub struct Struct;