]> git.proxmox.com Git - rustc.git/blobdiff - vendor/syn/benches/file.rs
New upstream version 1.46.0~beta.2+dfsg1
[rustc.git] / vendor / syn / benches / file.rs
index 08ecd90960248a3c65a47bfde928260bccadb466..58ab8df297775219b03187f34c0926be6c4f2a38 100644 (file)
@@ -1,9 +1,16 @@
 // $ cargo bench --features full --bench file
 
 #![feature(rustc_private, test)]
+#![recursion_limit = "1024"]
 
 extern crate test;
 
+#[macro_use]
+#[path = "../tests/macros/mod.rs"]
+mod macros;
+
+#[path = "../tests/common/mod.rs"]
+mod common;
 #[path = "../tests/repo/mod.rs"]
 pub mod repo;