Change type of mutable_noalias to bool

This commit is contained in:
Tomasz Miąsko 2023-01-06 00:00:00 +00:00
parent deba5ddd07
commit 78075e1e26
3 changed files with 3 additions and 3 deletions

View file

@ -754,7 +754,7 @@ fn test_unstable_options_tracking_hash() {
tracked!(mir_enable_passes, vec![("DestProp".to_string(), false)]);
tracked!(mir_opt_level, Some(4));
tracked!(move_size_limit, Some(4096));
tracked!(mutable_noalias, Some(true));
tracked!(mutable_noalias, false);
tracked!(no_generate_arange_section, true);
tracked!(no_jump_tables, true);
tracked!(no_link, true);