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"