Skip to content

Commit bcab54c

Browse files
committed
chore: Disabled closure_immutable_outer_variable rustfix test
1 parent ac59761 commit bcab54c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

crates/rustfix/tests/parse_and_replace.rs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,11 @@ macro_rules! run_test {
177177
};
178178
}
179179

180-
run_test! {
181-
closure_immutable_outer_variable,
182-
"closure-immutable-outer-variable.rs"
183-
}
180+
// NOTE: Temporarily disabled due to failures on nightly. Fix tracked in #16097
181+
// run_test! {
182+
// closure_immutable_outer_variable,
183+
// "closure-immutable-outer-variable.rs"
184+
// }
184185
run_test! {dedup_suggestions, "dedup-suggestions.rs"}
185186
run_test! {E0178, "E0178.rs"}
186187
run_test! {handle_insert_only, "handle-insert-only.rs"}

0 commit comments

Comments
 (0)