Skip to content

Conversation

samestep
Copy link
Contributor

@samestep samestep commented Sep 26, 2025

Resolves #85. See rust-lang/rust#146317.

@samestep samestep force-pushed the panic-immediate-abort branch from 97f7eda to 8e6955b Compare September 26, 2025 14:22
@johnthagen johnthagen requested a review from Copilot September 26, 2025 19:34
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the project to use Rust's new panic=immediate-abort compiler flag instead of the deprecated panic_immediate_abort build feature. The change modernizes the panic handling configuration to use the stable compiler flag interface.

  • Updates documentation to reflect the new flag syntax and usage
  • Modifies the GitHub Actions workflow to use the new flag
  • Updates references and examples throughout the README

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
README.md Updates documentation, examples, and references to use panic=immediate-abort flag
.github/workflows/build.yml Updates CI build command to use new panic flag syntax

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@johnthagen johnthagen self-requested a review September 26, 2025 19:38
@johnthagen johnthagen merged commit eae3cd5 into johnthagen:main Sep 26, 2025
16 checks passed
@johnthagen
Copy link
Owner

@samestep Thanks for the contribution!

@samestep samestep deleted the panic-immediate-abort branch September 26, 2025 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

panic_immediate_abort doesn't work on nightly 2025-09-24 or newer
2 participants