Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
tests
/
run-make-cargo
/
panic-immediate-abort-codegen
/
Cargo.toml
blob: 3c61c12a84edeffe61eb79a453c079fb1c20caf5 [
file
] [
log
] [
blame
]
cargo
-
features
=
[
"profile-rustflags"
]
[
package
]
name
=
"panic_scenarios"
version
=
"0.1.0"
edition
=
"2024"
[
lib
]
path
=
"lib.rs"
[
profile
.
release
]
rustflags
=
[
"-Zmerge-functions=disabled"
,
"-Zcodegen-source-order"
,
"--emit=llvm-ir"
]