Files

10 lines
172 B
Rust
Raw Permalink Normal View History

2019-11-22 14:38:49 -08:00
#[test]
fn compile_fail() {
let t = trybuild::TestCases::new();
#[cfg(feature = "full")]
t.compile_fail("tests/fail/macros_invalid_input.rs");
drop(t);
}