Skip to content

Updated docs on #[panic_handler] in library/core/src/lib.rs#126705

Merged
bors merged 1 commit into
rust-lang:masterfrom
safinaskar:panic
Jun 30, 2024
Merged

Updated docs on #[panic_handler] in library/core/src/lib.rs#126705
bors merged 1 commit into
rust-lang:masterfrom
safinaskar:panic

Conversation

@safinaskar

Copy link
Copy Markdown
Contributor

No description provided.

@rustbot

rustbot commented Jun 19, 2024

Copy link
Copy Markdown
Collaborator

r? @scottmcm

rustbot has assigned @scottmcm.
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 S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Jun 19, 2024
@scottmcm

Copy link
Copy Markdown
Member

I'm not familiar enough with panic_handler to review this.

r? libs

@rustbot rustbot assigned Mark-Simulacrum and unassigned scottmcm Jun 29, 2024
@Mark-Simulacrum

Copy link
Copy Markdown
Member
#![no_std]

#[panic_handler]
fn b(c: &core::panic::PanicInfo) -> ! {
    loop {}
}

Seems like this is roughly the signature, so approving.

@bors r+

@bors

bors commented Jun 29, 2024

Copy link
Copy Markdown
Collaborator

📌 Commit 28ba5e4 has been approved by Mark-Simulacrum

It is now in the queue for this repository.

@bors bors 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 Jun 29, 2024
@bors bors merged commit b2d4603 into rust-lang:master Jun 30, 2024
@rustbot rustbot added this to the 1.81.0 milestone Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants