Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
5f6fa960c254dfda8ba1d5dc2fb281b6908d8005
/
.
/
tests
/
ui
/
errors
/
auxiliary
/
file-diag.rs
blob: f29c349f703b2b1310668122e00015fd7a1edafe [
file
] [
log
] [
blame
]
//@ compile-flags: --remap-path-prefix={{src-base}}=remapped
//@ compile-flags: -Zremap-path-scope=diagnostics
#[
macro_export
]
macro_rules
!
my_file
{
()
=>
{
file
!()
}
}
pub
fn
file
()
->
&
'
static
str
{
file
!()
}