newtypes 0.4.0

Macros that ease the implementation of the Newtype pattern
Documentation
1
2
3
4
5
6
7
8
9
10
/*
 * SPDX-FileCopyrightText: 2026 CTRLback SCCL.
 * SPDX-License-Identifier: MIT
 */

#[test]
fn compile_fail() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/compile_fail/*.rs");
}