about summary refs log tree commit diff
path: root/tvix/nix-compat-derive-tests/tests/ui.rs
blob: 6a7bffeaf832e8ecd8d125e84262adc8544b6e42 (plain) (blame)
1
2
3
4
5
6
#[cfg(feature = "compile-tests")]
#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/*.rs");
}