rust/tests/pretty/expanded-and-path-remap-80832.pp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
291 B
ObjectPascal
Raw Normal View History

2021-01-10 02:45:19 +00:00
#![feature(prelude_import)]
#![no_std]
#[prelude_import]
use ::std::prelude::rust_2015::*;
2021-01-10 02:45:19 +00:00
#[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
2021-12-01 19:45:14 +00:00
fn main() {}