summaryrefslogtreecommitdiffstats
path: root/tests/ui/macros/include-single-expr.stderr
blob: e99109e11729c9eb70dcb5714cd2e13297f2dbdc (plain)
1
2
3
4
5
6
7
8
9
10
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 1 previous error