mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
11 lines
224 B
Plaintext
11 lines
224 B
Plaintext
error: include macro expected single expression in source
|
|
--> $DIR/include-single-expr-helper.rs:4:1
|
|
|
|
|
LL | 10
|
|
| ^^
|
|
|
|
|
= note: `#[deny(incomplete_include)]` on by default
|
|
|
|
error: aborting due to previous error
|
|
|