Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Add multi-doc examples #190

Merged
merged 2 commits into from Feb 2, 2021
Merged

Add multi-doc examples #190

merged 2 commits into from Feb 2, 2021

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Feb 2, 2021

No description provided.

    error[E0277]: arrays only have std trait implementations for lengths 0..=32
      --> src/ser.rs:30:5
       |
    18 |     assert_eq!(buffer, b"---\nk: 107\n...\n---\nj: 106\nk: 107\n");
       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::array::LengthAtMost32` is not implemented for `[u8; 33]`
       |
       = note: required because of the requirements on the impl of `std::cmp::PartialEq<&[u8; 33]>` for `std::vec::Vec<u8>`
       = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant