Skip to content

Don't trigger const_is_empty for inline const assertions#13558

Merged
bors merged 1 commit into
rust-lang:masterfrom
alex-semenyuk:const_is_empty_fix
Oct 24, 2024
Merged

Don't trigger const_is_empty for inline const assertions#13558
bors merged 1 commit into
rust-lang:masterfrom
alex-semenyuk:const_is_empty_fix

Conversation

@alex-semenyuk

@alex-semenyuk alex-semenyuk commented Oct 17, 2024

Copy link
Copy Markdown
Member

Close #13106

Considered case was described here

changelog: [const_is_empty]: skip const_is_empty for inline const assertions

@rustbot

rustbot commented Oct 17, 2024

Copy link
Copy Markdown
Collaborator

r? @dswij

rustbot has assigned @dswij.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Oct 17, 2024
@dswij

dswij commented Oct 20, 2024

Copy link
Copy Markdown
Member

Thank you! @bors r+

@bors

bors commented Oct 20, 2024

Copy link
Copy Markdown
Contributor

📌 Commit 8555922 has been approved by dswij

It is now in the queue for this repository.

@bors

bors commented Oct 20, 2024

Copy link
Copy Markdown
Contributor

⌛ Testing commit 8555922 with merge 9faad60...

bors added a commit that referenced this pull request Oct 20, 2024
Don't trigger `const_is_empty` for inline const assertions

Close #13106

Considered case was described [here](#13114 (comment))

changelog [`const_is_empty`]: skip const_is_empty for inline const assertions
@bors

bors commented Oct 20, 2024

Copy link
Copy Markdown
Contributor

💔 Test failed - checks-action_test

@alex-semenyuk

Copy link
Copy Markdown
Member Author

@bors retry

@bors

bors commented Oct 22, 2024

Copy link
Copy Markdown
Contributor

@alex-semenyuk: 🔑 Insufficient privileges: not in try users

@dswij

dswij commented Oct 22, 2024

Copy link
Copy Markdown
Member

@bors retry

@bors

bors commented Oct 22, 2024

Copy link
Copy Markdown
Contributor

⌛ Testing commit 8555922 with merge 69c4e86...

bors added a commit that referenced this pull request Oct 22, 2024
Don't trigger `const_is_empty` for inline const assertions

Close #13106

Considered case was described [here](#13114 (comment))

changelog [`const_is_empty`]: skip const_is_empty for inline const assertions
@bors

bors commented Oct 22, 2024

Copy link
Copy Markdown
Contributor

💔 Test failed - checks-action_test

@alex-semenyuk

Copy link
Copy Markdown
Member Author

@dswij need one more attempt or is it something with the PR

@y21

y21 commented Oct 24, 2024

Copy link
Copy Markdown
Member

The PR description needs to contain exactly changelog:. The colon is missing there.

@alex-semenyuk

Copy link
Copy Markdown
Member Author

Thanks for pointing. Now should be ok.

@y21

y21 commented Oct 24, 2024

Copy link
Copy Markdown
Member

@bors r=dswij

@bors

bors commented Oct 24, 2024

Copy link
Copy Markdown
Contributor

💡 This pull request was already approved, no need to approve it again.

  • This pull request previously failed. You should add more commits to fix the bug, or use retry to trigger a build again.

@bors

bors commented Oct 24, 2024

Copy link
Copy Markdown
Contributor

📌 Commit 8555922 has been approved by dswij

It is now in the queue for this repository.

@bors

bors commented Oct 24, 2024

Copy link
Copy Markdown
Contributor

⌛ Testing commit 8555922 with merge 6bcd0b9...

@bors

bors commented Oct 24, 2024

Copy link
Copy Markdown
Contributor

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: dswij
Pushing 6bcd0b9 to master...

@bors bors merged commit 6bcd0b9 into rust-lang:master Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties

Projects

None yet

Development

Successfully merging this pull request may close these issues.

const_is_empty emits for inline const assertions

5 participants