]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/pretty-print-hack-show.rs
Rollup merge of #107125 - WaffleLapkin:expect_an_item_in_your_hir_by_the_next_morning...
[rust.git] / tests / ui / proc-macro / pretty-print-hack-show.rs
1 // aux-build:test-macros.rs
2 // compile-flags: -Z span-debug
3 // revisions: local remapped
4 // [local] no-remap-src-base: The hack should work regardless of remapping.
5 // [remapped] remap-src-base
6
7 #![no_std] // Don't load unnecessary hygiene information from std
8 extern crate std;
9
10 #[macro_use] extern crate test_macros;
11
12 mod first {
13     include!("pretty-print-hack/allsorts-rental-0.5.6/src/lib.rs");
14 }
15
16 mod second {
17     include!("pretty-print-hack/rental-0.5.5/src/lib.rs");
18 }
19
20 fn main() {}