mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-12 02:55:55 +00:00
7 lines
170 B
Rust
7 lines
170 B
Rust
//@ error-pattern include macro expected single expression
|
|
|
|
fn main() {
|
|
include!("include-single-expr-helper.rs");
|
|
include!("include-single-expr-helper-1.rs");
|
|
}
|