]> git.proxmox.com Git - rustc.git/blob - vendor/annotate-snippets/tests/fixtures/no-color/strip_line_non_ws.txt
New upstream version 1.63.0+dfsg1
[rustc.git] / vendor / annotate-snippets / tests / fixtures / no-color / strip_line_non_ws.txt
1 error[E0308]: mismatched types
2 --> $DIR/non-whitespace-trimming.rs:4:241
3 |
4 LL | ... = (); let _: () = (); let _: () = (); let _: () = 42; let _: () = (); let _: () = (); let _: () = (); let _: () = (); let _: () = ();...
5 | ^^ expected (), found integer
6 |