summaryrefslogtreecommitdiffstats
path: root/src/test/ui/mismatched_types/main.stderr
blob: a662741afcd9cea5d79fed2048c3dbdfac7e72a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
error[E0308]: mismatched types
  --> $DIR/main.rs:2:18
   |
LL |       let x: u32 = (
   |  ____________---___^
   | |            |
   | |            expected due to this
LL | |     );
   | |_____^ expected `u32`, found `()`

error: aborting due to previous error

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