summaryrefslogtreecommitdiffstats
path: root/tests/ui/inline-const/expr-with-block-err.stderr
blob: a46d739504582f39da3c90ff82ae0f1437e8a364 (plain)
1
2
3
4
5
6
7
8
9
error[E0308]: mismatched types
  --> $DIR/expr-with-block-err.rs:4:13
   |
LL |     const { 2 } - const { 1 };
   |             ^ expected `()`, found integer

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0308`.