mirror of
https://github.com/uuid-rs/uuid.git
synced 2025-09-30 06:21:02 +00:00
8 lines
190 B
Rust
8 lines
190 B
Rust
#[cfg(feature = "macro-diagnostics")]
|
|
#[test]
|
|
fn ui() {
|
|
let t = trybuild::TestCases::new();
|
|
t.pass("tests/ui/compile_pass/*.rs");
|
|
t.compile_fail("tests/ui/compile_fail/*.rs");
|
|
}
|