rust/tests/ui/macros/include-single-expr.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
163 B
Rust
Raw Permalink Normal View History

fn main() {
include!("include-single-expr-helper.rs");
include!("include-single-expr-helper-1.rs");
}
//~? ERROR include macro expected single expression