Disable all source-gen tests at compile time

This commit is contained in:
Amos Wenger 2022-07-23 02:06:11 +02:00
parent 5f3f4284dd
commit 0bffdf2627
12 changed files with 63 additions and 5 deletions

View file

@ -1,5 +1,6 @@
mod sourcegen_ast;
mod ast_src;
#[cfg(not(feature = "in-rust-tree"))]
mod sourcegen_ast;
use std::{
fs,