Skip to content

Deny #[inline] on EII declarations - #161690

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
AsakuraMizu:eii-inline
Aug 26, 2026
Merged

Deny #[inline] on EII declarations#161690
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
AsakuraMizu:eii-inline

Conversation

@AsakuraMizu

Copy link
Copy Markdown
Contributor

Fix #161650

@rustbot label +F-extern_item_impls

r? @bjorn3

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Aug 24, 2026
@rustbot rustbot added the F-extern_item_impls `#![feature(extern_item_impls)]` label Aug 24, 2026
@bjorn3

bjorn3 commented Aug 26, 2026

Copy link
Copy Markdown
Member

@bors r+

@rust-bors

rust-bors Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 73fbe41 has been approved by bjorn3

It is now in the queue for this repository.

@rust-bors rust-bors Bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 26, 2026
rust-bors Bot pushed a commit that referenced this pull request Aug 26, 2026
…uwer

Rollup of 4 pull requests

Successful merges:

 - #150067 (Alloc `String::retain` optimization)
 - #153973 (std::process: fix UEFI ExitStatus::code() silent truncation of error …)
 - #161690 (Deny #[inline] on EII declarations)
 - #161701 (Rename dlltool helper function)
@rust-bors
rust-bors Bot merged commit fa6bf0e into rust-lang:main Aug 26, 2026
13 checks passed
@rustbot rustbot added this to the 1.100.0 milestone Aug 26, 2026
rust-bors Bot pushed a commit that referenced this pull request Aug 26, 2026
Rollup merge of #161690 - AsakuraMizu:eii-inline, r=bjorn3

Deny #[inline] on EII declarations
@AsakuraMizu
AsakuraMizu deleted the eii-inline branch August 27, 2026 03:32
pull Bot pushed a commit to xtqqczze/rust-lang-miri that referenced this pull request Aug 27, 2026
…uwer

Rollup of 4 pull requests

Successful merges:

 - rust-lang/rust#150067 (Alloc `String::retain` optimization)
 - rust-lang/rust#153973 (std::process: fix UEFI ExitStatus::code() silent truncation of error …)
 - rust-lang/rust#161690 (Deny #[inline] on EII declarations)
 - rust-lang/rust#161701 (Rename dlltool helper function)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

F-extern_item_impls `#![feature(extern_item_impls)]` S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

EII: #[inline(always)] on default impl causes explicit impl to be bypassed

3 participants