• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // SPDX-FileCopyrightText: 2020 Robin Krahl <robin.krahl@ireas.org>
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