diff --git a/.cargo/config.toml b/.cargo/config.toml index 66f938bc68..5f0c632a6b 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,4 +1,6 @@ [alias] extendr = "run --package xtask --" +[env] +RUST_BACKTRACE = "1" [patch.crates-io] # libR-sys = { git = "https://github.com/extendr/libR-sys", branch = "master" }