Skip to content

docs(cargo): clarify immediate-abort selection in config.toml comment#248

Merged
emmanuelm41 merged 2 commits into
mainfrom
fix/cargo-config-comment
Jun 23, 2026
Merged

docs(cargo): clarify immediate-abort selection in config.toml comment#248
emmanuelm41 merged 2 commits into
mainfrom
fix/cargo-config-comment

Conversation

@chcmedeiros

Copy link
Copy Markdown
Collaborator

The comment in app/rust/.cargo/config.toml still described the old -Cpanic=immediate-abort rustflag approach. Updated it to reflect how immediate-abort is actually selected now: via panic = "immediate-abort" in [profile.release] of Cargo.toml (gated by cargo-features = ["panic-immediate-abort"]), with core rebuilt through -Z build-std=core on the device build command. Comment-only change.

@chcmedeiros chcmedeiros force-pushed the fix/cargo-config-comment branch from 04ab112 to 1ada82b Compare June 23, 2026 08:08
@chcmedeiros chcmedeiros force-pushed the fix/cargo-config-comment branch from 1ada82b to 28c2bb1 Compare June 23, 2026 08:31
@emmanuelm41 emmanuelm41 merged commit 63e3c98 into main Jun 23, 2026
131 of 132 checks passed
@emmanuelm41 emmanuelm41 deleted the fix/cargo-config-comment branch June 23, 2026 11:33
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.

2 participants