Skip to content

Commit d7ce9d5

Browse files
committed
test for issue 80832
1 parent 67978d5 commit d7ce9d5

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#![feature(prelude_import)]
2+
#![no_std]
3+
#[prelude_import]
4+
use ::std::prelude::v1::*;
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() { }
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// Test for issue 80832
2+
//
3+
// pretty-mode:expanded
4+
// pp-exact:expanded-and-path-remap-80832.pp
5+
// compile-flags: --remap-path-prefix {{src-base}}=the/src
6+
7+
fn main() {}

0 commit comments

Comments
 (0)