]> git.lizzy.rs Git - rust.git/blob - src/test/ui/include-single-expr.stderr
Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplett
[rust.git] / src / test / ui / include-single-expr.stderr
1 error: include macro expected single expression in source
2   --> $DIR/include-single-expr-helper.rs:4:1
3    |
4 LL | 10
5    | ^^
6    |
7    = note: `#[deny(incomplete_include)]` on by default
8
9 error: aborting due to previous error
10