DEBSOURCES
Skip Quicknav
sources / rust-lazy-static / 1.5.0-1 / tests / ui.rs
1234567
#[test] #[cfg(not(miri))] #[ignore] fn ui() { let t = trybuild::TestCases::new(); t.compile_fail("tests/compile_fail/*.rs"); }