mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 01:34:21 +00:00
db99f98c3e
The previous `assert_eq` generated quite some code, which is especially problematic when this call is inlined. This commit also slightly improves the panic message from: assertion failed: `(left == right)` left: `3`, right: `2`: destination and source slices have different lengths ...to: source slice length (2) does not match destination slice length (3) |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
Cargo.toml |