xref: /aosp_15_r20/external/bazelbuild-rules_rust/test/unit/remap_path_prefix/dep.rs (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1 // Without --remap-path-prefix, Location::caller() in this generic function will return an absolute path
get_file_name<T>() -> &'static str2 pub fn get_file_name<T>() -> &'static str {
3     std::panic::Location::caller().file()
4 }
5