Function rustc_codegen_ssa::looks_like_rust_object_file
source · pub fn looks_like_rust_object_file(filename: &str) -> bool
Expand description
Checks if the given filename ends with the .rcgu.o
extension that rustc
uses for the object files it generates.