Skip to content

Commit 79d1475

Browse files
cjgillotbjorn3
andcommitted
Update compiler/rustc_codegen_cranelift/scripts/filter_profile.rs
Co-authored-by: bjorn3 <[email protected]>
1 parent ea6b799 commit 79d1475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_cranelift/scripts/filter_profile.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
9696
stack = &stack[..index + REPORT_SYMBOL_NAMES.len()];
9797
}
9898

99-
const ENCODE_METADATA: &str = "rustc_metadata::encode_metadata";
99+
const ENCODE_METADATA: &str = "rustc_metadata::rmeta::encoder::encode_metadata";
100100
if let Some(index) = stack.find(ENCODE_METADATA) {
101101
stack = &stack[..index + ENCODE_METADATA.len()];
102102
}

0 commit comments

Comments
 (0)