elvwf

8 commits
Updated 2026-06-13 11:19:44
tests/fail
tests/fail/slot_on_struct_without_header.rs
use elvwf::Wired;

#[derive(Wired)]
struct Bad<'a> {
    #[wf(len(slot = S))]
    content: &'a str,
}

fn main() {}