rust/tests/pretty/expanded-and-path-remap-808...

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

14 lines
294 B
Puppet
Raw Normal View History

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