diff options
| author | bors <bors@rust-lang.org> | 2022-07-20 13:36:59 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-07-20 13:36:59 +0000 |
| commit | 14dbfebfa25a0e626ad827526934381b2545cbb4 (patch) | |
| tree | 5da756420888e6037fb4e622111af294e635ad74 /compiler/rustc_interface/src | |
| parent | d60d88fe5cd55496b9ccb1511a9af4994b7c43d0 (diff) | |
| parent | 17a2832ba0b2596db7b23d55f68b581eb7e80254 (diff) | |
| download | rust-14dbfebfa25a0e626ad827526934381b2545cbb4.tar.gz rust-14dbfebfa25a0e626ad827526934381b2545cbb4.zip | |
Auto merge of #99506 - Dylan-DPC:rollup-q3msucx, r=Dylan-DPC
Rollup of 7 pull requests Successful merges: - #98101 (stdlib support for Apple WatchOS) - #99345 (Do not allow typeck children items to constrain outer RPITs) - #99383 (Formalize defining_use_anchor) - #99436 (Add flag to configure `noalias` on `Box<T>`) - #99483 (Fix a numerical underflow in tuple wrap suggestion) - #99485 (Stop injecting `#[allow(unused_qualifications)]` in generated `derive` implementations) - #99486 (Refactor: remove a string comparison between types in `check_str_addition`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index 9c0b534798e..3eef3308770 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -718,6 +718,7 @@ fn test_unstable_options_tracking_hash() { tracked!(asm_comments, true); tracked!(assume_incomplete_release, true); tracked!(binary_dep_depinfo, true); + tracked!(box_noalias, Some(false)); tracked!( branch_protection, Some(BranchProtection { |
