Skip to content

Commit 920cf6f

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

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rustfix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustfix"
3-
version = "0.9.3"
3+
version = "0.9.4"
44
authors = [
55
"Pascal Hertleif <killercup@gmail.com>",
66
"Oliver Schneider <oli-obk@users.noreply.github.com>",

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)