1 2 3 4 5 6 7 8
// SPDX-FileCopyrightText: 2026 The vihaco Authors // SPDX-License-Identifier: MIT #[test] fn compile_errors() { let t = trybuild::TestCases::new(); t.compile_fail("tests/compile_errors/*.rs"); }