]> git.lizzy.rs Git - rust.git/blob - src/test/ui/terminal-width/whitespace-trimming-2.stderr
Auto merge of #73645 - poliorcetics:ref-keyword, r=jyn514
[rust.git] / src / test / ui / terminal-width / whitespace-trimming-2.stderr
1 error[E0308]: mismatched types
2   --> $DIR/whitespace-trimming-2.rs:4:187
3    |
4 LL | ...-> usize {
5    |       ----- expected `usize` because of return type
6 LL | ...                                                                                                                                                                                 ()
7    |                                                                                                                                                                                     ^^ expected `usize`, found `()`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0308`.