]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/pretty-print-hack-show.rs
Re-add #[allow(unused)] attr
[rust.git] / tests / ui / proc-macro / pretty-print-hack-show.rs
1 // aux-build:test-macros.rs
2 // compile-flags: -Z span-debug
3
4 #![no_std] // Don't load unnecessary hygiene information from std
5 extern crate std;
6
7 #[macro_use] extern crate test_macros;
8
9 mod first {
10     include!("pretty-print-hack/allsorts-rental-0.5.6/src/lib.rs");
11 }
12
13 mod second {
14     include!("pretty-print-hack/rental-0.5.5/src/lib.rs");
15 }
16
17 fn main() {}