DEBSOURCES
Skip Quicknav
sources / rust-proc-macro-error / 1.0.4-1 / tests / macro-errors.rs
12345678
extern crate trybuild; #[cfg_attr(skip_ui_tests, ignore)] //#[test] fn ui() { let t = trybuild::TestCases::new(); t.compile_fail("tests/ui/*.rs"); }