mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
230061d838
https://github.com/rust-lang/rust/issues/60705 Due to modification of .cargo/config.toml your `cargo build` should pick this change up automatically. Use `legacy` instead of `v0` if you find yourself in need of old mangling scheme for whatever reason Release Notes: - Improved precision of backtraces in application crashes
7 lines
170 B
TOML
7 lines
170 B
TOML
[alias]
|
|
xtask = "run --package xtask --"
|
|
|
|
[build]
|
|
# v0 mangling scheme provides more detailed backtraces around closures
|
|
rustflags = ["-C", "symbol-mangling-version=v0"]
|