about summary refs log tree commit diff
path: root/tests/ui/diagnostic-width/non-whitespace-trimming-2.unicode.stderr
blob: 600d196de1673485a8e8334e5a6eafbe20c96a65 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0308]: mismatched types
   ╭▸ $DIR/non-whitespace-trimming-2.rs:6:311
   │
LL │ …= 13; let _: usize = 14; let _: usize = 15; let _: () = 42; let _: usize = 0; let _: usize = 1; let _: usize = 2; let _: usize = 3; let _:…
   │                                                     ┬─   ━━ expected `()`, found integer
   │                                                     │
   ╰╴                                                    expected due to this

error: aborting due to 1 previous error

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