Skip to content

Commit 29c43fe

Browse files
committed
Fix tidy
1 parent 589f9a8 commit 29c43fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/const-eval/index_out_of_bounds.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ static FOO: i32 = [][0];
1414
fn main() {
1515
let array = [std::env::args().len()];
1616
array[1]; //~ ERROR index out of bounds
17-
}
17+
}

0 commit comments

Comments
 (0)