Sign in
fuchsia
/
third_party
/
rust
/
359bfa901b9d8eddbed7b88b6716dbb77b7bfb95
/
.
/
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
!()
}