blob: 8683fb5f1c69531d450b3cef39b1cd821f13f7bc [file] [log] [blame]
// rustfmt-spaces_within_square_brackets: true
// Spaces within square-brackets
fn main() {
let lorem: [usize; 2] = [ipsum, dolor];
}