summaryrefslogtreecommitdiffstats
path: root/tests/ui/suggestions/many-type-ascription.stderr
blob: e36919c82f83255d06e83e3b22e2d694a1274668 (plain)
1
2
3
4
5
6
7
8
9
10
error: expected one of `.`, `;`, `?`, `else`, or an operator, found `:`
  --> $DIR/many-type-ascription.rs:2:14
   |
LL |     let _ = 0: i32;
   |              ^ expected one of `.`, `;`, `?`, `else`, or an operator
   |
   = note: type ascription syntax has been removed, see issue #101728 <https://github.com/rust-lang/rust/issues/101728>

error: aborting due to previous error