-
Notifications
You must be signed in to change notification settings - Fork 13.6k
fix: correct assertion to check for 'noinline' attribute presence before removal #143633
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
r? @fee1-dead rustbot has assigned @fee1-dead. Use |
@bors r+ rollup |
If possible, please add a test to exercise this code path |
fix: correct assertion to check for 'noinline' attribute presence before removal
Rollup of 10 pull requests Successful merges: - #142301 (tests: Fix duplicated-path-in-error fail with musl) - #143403 (Port several trait/coherence-related attributes the new attribute system) - #143633 (fix: correct assertion to check for 'noinline' attribute presence before removal) - #143647 (Clarify and expand documentation for std::sys_common dependency structure) - #143716 (compiler: doc/comment some codegen-for-functions interfaces) - #143747 (Add target maintainer information for aarch64-unknown-linux-musl) - #143759 (Fix typos in function names in the `target_feature` test) - #143767 (Bump `src/tools/x` to Edition 2024 and some cleanups) - #143769 (Remove support for SwitchInt edge effects in backward dataflow) - #143770 (build-helper: clippy fixes) r? `@ghost` `@rustbot` modify labels: rollup
Rollup of 9 pull requests Successful merges: - #143403 (Port several trait/coherence-related attributes the new attribute system) - #143633 (fix: correct assertion to check for 'noinline' attribute presence before removal) - #143647 (Clarify and expand documentation for std::sys_common dependency structure) - #143716 (compiler: doc/comment some codegen-for-functions interfaces) - #143747 (Add target maintainer information for aarch64-unknown-linux-musl) - #143759 (Fix typos in function names in the `target_feature` test) - #143767 (Bump `src/tools/x` to Edition 2024 and some cleanups) - #143769 (Remove support for SwitchInt edge effects in backward dataflow) - #143770 (build-helper: clippy fixes) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #143633 - dillona:noinline-assert, r=fee1-dead fix: correct assertion to check for 'noinline' attribute presence before removal
Rollup of 9 pull requests Successful merges: - rust-lang/rust#143403 (Port several trait/coherence-related attributes the new attribute system) - rust-lang/rust#143633 (fix: correct assertion to check for 'noinline' attribute presence before removal) - rust-lang/rust#143647 (Clarify and expand documentation for std::sys_common dependency structure) - rust-lang/rust#143716 (compiler: doc/comment some codegen-for-functions interfaces) - rust-lang/rust#143747 (Add target maintainer information for aarch64-unknown-linux-musl) - rust-lang/rust#143759 (Fix typos in function names in the `target_feature` test) - rust-lang/rust#143767 (Bump `src/tools/x` to Edition 2024 and some cleanups) - rust-lang/rust#143769 (Remove support for SwitchInt edge effects in backward dataflow) - rust-lang/rust#143770 (build-helper: clippy fixes) r? `@ghost` `@rustbot` modify labels: rollup
…iaskrgr Rollup of 9 pull requests Successful merges: - rust-lang#143403 (Port several trait/coherence-related attributes the new attribute system) - rust-lang#143633 (fix: correct assertion to check for 'noinline' attribute presence before removal) - rust-lang#143647 (Clarify and expand documentation for std::sys_common dependency structure) - rust-lang#143716 (compiler: doc/comment some codegen-for-functions interfaces) - rust-lang#143747 (Add target maintainer information for aarch64-unknown-linux-musl) - rust-lang#143759 (Fix typos in function names in the `target_feature` test) - rust-lang#143767 (Bump `src/tools/x` to Edition 2024 and some cleanups) - rust-lang#143769 (Remove support for SwitchInt edge effects in backward dataflow) - rust-lang#143770 (build-helper: clippy fixes) r? `@ghost` `@rustbot` modify labels: rollup
@fee1-dead This actually had a test, which started failing after this pr, as e.g. reported here: #wg-autodiff > Expected __enzyme function to have 'noinline' before adding @ 💬 |
No description provided.