a8535ce9d1
Retain the same behavior as stable. Closes #38319
15 lines
239 B
TOML
15 lines
239 B
TOML
[package]
|
|
authors = ["The Rust Project Developers"]
|
|
name = "panic_abort"
|
|
version = "0.0.0"
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
test = false
|
|
bench = false
|
|
doc = false
|
|
|
|
[dependencies]
|
|
core = { path = "../libcore" }
|
|
libc = { path = "../rustc/libc_shim" }
|