File: stack_empty_row.stderr

package info (click to toggle)
rust-nalgebra 0.33.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,340 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
error: Block row 0 cannot consist entirely of implicit zero blocks.
 --> tests/macros/trybuild/stack_empty_row.rs:5:5
  |
5 |     stack![0; m];
  |     ^^^^^^^^^^^^
  |
  = note: this error originates in the macro `stack` (in Nightly builds, run with -Z macro-backtrace for more info)