1 // SPDX-FileCopyrightText: 2020 Robin Krahl <[email protected]> 2 // SPDX-License-Identifier: Apache-2.0 or MIT 3 4 #[test] 5 #[ignore] test_compile_fail()6 fn test_compile_fail() { 7 let t = trybuild::TestCases::new(); 8 t.compile_fail("tests/compile/*.rs"); 9 } 10