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
294 B
ObjectPascal
Raw Normal View History

2021-01-09 18:45:19 -08:00
#![feature(prelude_import)]
#![no_std]
#[prelude_import]
use ::std::prelude::rust_2015::*;
2021-01-09 18:45:19 -08:00
#[macro_use]
extern crate std;
// Test for issue 80832
//
2024-02-21 12:37:58 +00:00
//@ pretty-mode:expanded
//@ pp-exact:expanded-and-path-remap-80832.pp
//@ compile-flags: --remap-path-prefix {{src-base}}=the/src
2021-01-09 18:45:19 -08:00
2021-12-01 11:45:14 -08:00
fn main() {}