seq-macro 0.3.2

Macro to repeat sequentially indexed copies of a fragment of code.
Documentation
#[rustversion::attr(not(nightly), ignore)]
#[cfg_attr(miri, ignore)]
#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/*.rs");
}