summaryrefslogtreecommitdiff
path: root/src/test/ui/issues/issue-37665.stderr
blob: c3599fab68507d55ee20699d3c5eca2981e1c775 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0308]: mismatched types
  --> $DIR/issue-37665.rs:10:17
   |
LL |     let x: () = 0; //~ ERROR: mismatched types
   |                 ^ expected (), found integer
   |
   = note: expected type `()`
              found type `{integer}`

error: aborting due to previous error

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