summaryrefslogtreecommitdiffstats
path: root/tests/ui/macros/include-single-expr.stderr
blob: 80eecf8f1b97940658648897aa8bb41a80600ce9 (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 previous error