mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-17 15:55:23 +00:00
Disable all source-gen tests at compile time
This commit is contained in:
parent
5f3f4284dd
commit
0bffdf2627
12 changed files with 63 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
|||
mod sourcegen_ast;
|
||||
mod ast_src;
|
||||
#[cfg(not(feature = "in-rust-tree"))]
|
||||
mod sourcegen_ast;
|
||||
|
||||
use std::{
|
||||
fs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue