]> git.lizzy.rs Git - rust.git/blob - tests/pretty/expanded-and-path-remap-80832.pp
Rollup merge of #106644 - alexcrichton:update-wasi-toolchain, r=cuviper
[rust.git] / tests / pretty / expanded-and-path-remap-80832.pp
1 #![feature(prelude_import)]
2 #![no_std]
3 #[prelude_import]
4 use ::std::prelude::rust_2015::*;
5 #[macro_use]
6 extern crate std;
7 // Test for issue 80832
8 //
9 // pretty-mode:expanded
10 // pp-exact:expanded-and-path-remap-80832.pp
11 // compile-flags: --remap-path-prefix {{src-base}}=the/src
12
13 fn main() {}