summary refs log blame commit diff stats
path: root/tests/trybuild.rs
blob: 870c2f95ec1b73c28947189210eb41dadff72f06 (plain) (tree)
1
2
3
4
5




                                       
#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/*.rs");
}