mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-02 09:32:46 +00:00
7 lines
169 B
Rust
7 lines
169 B
Rust
// error-pattern include macro expected single expression
|
|
|
|
fn main() {
|
|
include!("include-single-expr-helper.rs");
|
|
include!("include-single-expr-helper-1.rs");
|
|
}
|