From 9dc82ed55b95b2ae38466ca2e32444fd466c731a Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 2 Jul 2020 23:51:07 +0300 Subject: [PATCH] rust --- programming/language/rust/files/bootstrap-config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/language/rust/files/bootstrap-config.toml b/programming/language/rust/files/bootstrap-config.toml index 7239ba080e..0e118ed126 100644 --- a/programming/language/rust/files/bootstrap-config.toml +++ b/programming/language/rust/files/bootstrap-config.toml @@ -12,7 +12,7 @@ prefix = "/usr" [rust] codegen-units-std = 1 -debuginfo-level = 2 +debuginfo-level-std = 2 channel = "stable"