nalgebra/tests/macros/trybuild/matrix_mismatched_dimension...

6 lines
76 B
Rust

use nalgebra::matrix;
fn main() {
matrix![1, 2, 3;
4, 5];
}