We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf4fff commit 83744cbCopy full SHA for 83744cb
tests/ui-fulldeps/stable-mir/check_allocation.rs
@@ -224,6 +224,7 @@ fn main() {
224
let args = vec![
225
"rustc".to_string(),
226
"--edition=2021".to_string(),
227
+ "-Cdebuginfo=full".to_string(),
228
"--crate-name".to_string(),
229
CRATE_NAME.to_string(),
230
path.to_string(),
tests/ui-fulldeps/stable-mir/check_ty_fold.rs
@@ -81,6 +81,7 @@ fn main() {
81
82
83
"-Cpanic=abort".to_string(),
84
85
86
87
0 commit comments