Sign in
fuchsia
/
third_party
/
rust
/
8ae423e5e8db47b8233ad657b8d84247f94de179
/
.
/
tests
/
ui
/
errors
/
auxiliary
/
file-macro.rs
blob: 11e5de1e32746b61bcad3c5b5972330697f3dd53 [
file
]
//@ compile-flags: --remap-path-prefix={{src-base}}=remapped
//@ compile-flags: --remap-path-scope=macro
#[
macro_export
]
macro_rules
!
my_file
{
()
=>
{
file
!()
}
}
pub
fn
file
()
->
&
'
static
str
{
file
!()
}