mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-24 09:38:17 +00:00
10 lines
242 B
Rust
10 lines
242 B
Rust
// SPDX-FileCopyrightText: 2020 Robin Krahl <robin.krahl@ireas.org>
|
|
// SPDX-License-Identifier: Apache-2.0 or MIT
|
|
|
|
#[test]
|
|
#[ignore]
|
|
fn test_compile_fail() {
|
|
let t = trybuild::TestCases::new();
|
|
t.compile_fail("tests/compile/*.rs");
|
|
}
|