We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a83ad9 commit c76bd1dCopy full SHA for c76bd1d
tests/rustfmt/main.rs
@@ -176,8 +176,14 @@ fn rustfmt_emits_error_on_line_overflow_true() {
176
#[test]
177
#[allow(non_snake_case)]
178
fn dont_emit_ICE() {
179
- let files = ["tests/target/issue_5728.rs", "tests/target/issue_5729.rs", "tests/target/issue_6069.rs"];
180
-
+ let files = [
+ "tests/target/issue_5728.rs",
181
+ "tests/target/issue_5729.rs",
182
+ "tests/target/issue-5885.rs",
183
+ "tests/target/issue_6069.rs",
184
+ "tests/target/issue-6105.rs",
185
+ ];
186
+
187
for file in files {
188
let args = [file];
189
let (_stdout, stderr) = rustfmt(&args);
0 commit comments