rustc_codegen_ssa

Function 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.