Uh oh!
There was an error while loading. Please reload this page.
Fix autodiff_illegal.rs test - #160768
Conversation
There was a problem hiding this comment.
Looks like fallout of #160577
Is it correct to enable proc_macro_hygiene here rather than just change the test output? The test did not previously enable stmt_expr_attributes, for example.
Note also that proc_macro_hygiene is sort of a grab bag of things that macros can't be on and we're likely to move individual items to stable rather than stabilize the entire feature at once. As such if you want this test to reflect changes in what positions macros are allowed in it would be better to not enable the feature.
proc_macro_hygiene feature gate to autodiff_illegal.rs to fix CI1485070 to
acd2f65CompareJonathanBrouwer
commented
Aug 8, 2026
@mejrs Agreed, fixed |
JonathanBrouwer
commented
Aug 8, 2026
@bors try jobs=optional-x86_64-gnu-autodiff |
This comment has been minimized.
This comment has been minimized.
Fix autodiff_illegal.rs test try-job: optional-x86_64-gnu-autodiff
ZuseZ4
commented
Aug 8, 2026
@bors r=mejrs,ZuseZ4 rollup |
…=mejrs,ZuseZ4 Fix autodiff_illegal.rs test This fixes the current CI failure: rust-lang#160761 (comment) r? @ZuseZ4
Rollup of 6 pull requests Successful merges: - #160529 (Upgrade and deduplicate dependencies) - #158517 (Initial implementation of named `Fn` trait parameters) - #158587 (check if len of array const arg matches the expected len of the type when lowering to valtree) - #160748 (Add regression test for cross-crate assoc const private field leak in rustdoc) - #160708 (remove old update mechanism) - #160768 (Fix autodiff_illegal.rs test)
Rollup of 5 pull requests Successful merges: - #158517 (Initial implementation of named `Fn` trait parameters) - #158587 (check if len of array const arg matches the expected len of the type when lowering to valtree) - #160748 (Add regression test for cross-crate assoc const private field leak in rustdoc) - #160708 (remove old update mechanism) - #160768 (Fix autodiff_illegal.rs test)
Uh oh!
There was an error while loading. Please reload this page.
Rollup merge of #160768 - JonathanBrouwer:fix_autodiff_ci, r=mejrs,ZuseZ4 Fix autodiff_illegal.rs test This fixes the current CI failure: #160761 (comment) r? @ZuseZ4
This fixes the current CI failure: #160761 (comment)
r? @ZuseZ4