File: noderive.stderr

package info (click to toggle)
rust-blanket 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 548 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 412 bytes parent folder | download
1
2
3
4
5
6
7
error[E0080]: evaluation of constant value failed
  --> tests/derive_ref/fails/noderive.rs:27:5
   |
27 |     const_assert!(impls!(&AtomicCounter:     Counter));
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `0_usize - 1_usize`, which would overflow
   |
   = note: this error originates in the macro `const_assert` (in Nightly builds, run with -Z macro-backtrace for more info)