aboutsummaryrefslogtreecommitdiff
path: root/tests/fixtures/no-color/strip_line_char.txt
blob: 3d4b700cd921c6626dace9bc731a4322613e05af (plain)
1
2
3
4
5
6
error[E0308]: mismatched types
  --> $DIR/whitespace-trimming.rs:4:193
   |
LL | ...                   let _: () = 42ñ
   |                                   ^^ expected (), found integer
   |