mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
test for issue 80832
This commit is contained in:
parent
67978d56c1
commit
d7ce9d5b6d
13
src/test/pretty/expanded-and-path-remap-80832.pp
Normal file
13
src/test/pretty/expanded-and-path-remap-80832.pp
Normal file
@ -0,0 +1,13 @@
|
||||
#![feature(prelude_import)]
|
||||
#![no_std]
|
||||
#[prelude_import]
|
||||
use ::std::prelude::v1::*;
|
||||
#[macro_use]
|
||||
extern crate std;
|
||||
// Test for issue 80832
|
||||
//
|
||||
// pretty-mode:expanded
|
||||
// pp-exact:expanded-and-path-remap-80832.pp
|
||||
// compile-flags: --remap-path-prefix {{src-base}}=the/src
|
||||
|
||||
fn main() { }
|
7
src/test/pretty/expanded-and-path-remap-80832.rs
Normal file
7
src/test/pretty/expanded-and-path-remap-80832.rs
Normal file
@ -0,0 +1,7 @@
|
||||
// Test for issue 80832
|
||||
//
|
||||
// pretty-mode:expanded
|
||||
// pp-exact:expanded-and-path-remap-80832.pp
|
||||
// compile-flags: --remap-path-prefix {{src-base}}=the/src
|
||||
|
||||
fn main() {}
|
Loading…
Reference in New Issue
Block a user