google / google/flatbuffers

Rust tests are broken on master

Open
#8,994 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.