blob: cb3716ccccc0530f8181a0b18eb59b9648935582 [file] [log] [blame]
// SPDX-License-Identifier: MIT OR Apache-2.0
#[test]
fn ui() {
let t = trybuild::TestCases::new();
t.compile_fail("tests/ui/fail/*.rs");
t.pass("tests/ui/pass/*.rs");
}