]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/pretty-print-hack-hide.rs
Rollup merge of #106816 - TimNN:rental-remap, r=oli-obj
[rust.git] / tests / ui / proc-macro / pretty-print-hack-hide.rs
1 // aux-build:test-macros.rs
2 // compile-flags: -Z span-debug
3 // check-pass
4
5 #![no_std] // Don't load unnecessary hygiene information from std
6 extern crate std;
7
8 #[macro_use] extern crate test_macros;
9
10 include!("pretty-print-hack/rental-0.5.6/src/lib.rs");
11
12 fn main() {}