summaryrefslogtreecommitdiffstats
path: root/src/test/ui/proc-macro/pretty-print-hack-hide.rs
blob: f53e8fe8252f89456dee641f54f1d25458a2e852 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// aux-build:test-macros.rs
// compile-flags: -Z span-debug
// check-pass

#![no_std] // Don't load unnecessary hygiene information from std
extern crate std;

#[macro_use] extern crate test_macros;

include!("pretty-print-hack/rental-0.5.6/src/lib.rs");

fn main() {}