blob: 4e9733bd5a1c0bf7e5aa68f83a86c226979754a0 [file] [log] [blame] [edit]
//@ compile-flags: --remap-path-prefix={{src-base}}=remapped
//@ compile-flags: --remap-path-scope=documentation -Zunstable-options
#[macro_export]
macro_rules! my_file {
() => {
file!()
};
}
pub fn file() -> &'static str {
file!()
}