We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894acb1 commit a0a20ddCopy full SHA for a0a20dd
compiler/rustc_interface/src/tests.rs
@@ -815,7 +815,7 @@ fn test_unstable_options_tracking_hash() {
815
tracked!(packed_bundled_libs, true);
816
tracked!(panic_abort_tests, true);
817
tracked!(panic_in_drop, PanicStrategy::Abort);
818
- tracked!(patchable_function_entry, PatchableFunctionEntry::from_nop_count_and_offset(3, 4));
+ tracked!(patchable_function_entry, PatchableFunctionEntry::from_total_and_prefix_nops(10, 5).expect("total >= prefix"));
819
tracked!(plt, Some(true));
820
tracked!(polonius, Polonius::Legacy);
821
tracked!(precise_enum_drop_elaboration, false);
0 commit comments