DEBSOURCES
Skip Quicknav
sources / rust-async-recursion / 1.1.1-1 / tests / compiletest.rs
12345678910
#[test] fn ui() { let t = trybuild::TestCases::new(); t.compile_fail("tests/ui/*.rs"); } #[test] fn expand() { macrotest::expand("tests/expand/*.rs"); }