Rust tests are broken on master
Open
CI
rust
- Dominant language
- C++
- Stars
- 26.5k
- Forks
- 3.7k
- PR merge metrics
- No merged PRs in 30d
Description
```
cd rust/flatbuffers
cargo test
```
```
test builder::tests::with_internal_capacity_preallocates_vecs ... FAILED
failures:
---- builder::tests::with_internal_capacity_preallocates_vecs stdout ----
thread 'builder::tests::with_internal_capacity_preallocates_vecs' (70151167) panicked at src/builder.rs:1126:9:
assertion `left == right` failed: expected 0 allocations after builder construction, got 2
left: 2
right: 0
```
Contributor guide
Assessment
This issue has not been assessed yet.