DEBSOURCES
Skip Quicknav
sources / rust-peg / 0.8.5-1 / tests / compile-fail / syntax_error.rs
1234567
extern crate peg; peg::parser!(grammar foo() for str { fn asdf() {} //~ ERROR expected one of "#", "crate", "pub", "rule", "use", "}" }); fn main() {}