mirror of
https://github.com/github/codeql.git
synced 2026-04-17 21:14:02 +02:00
Rust: move nested ql test out
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user