Files
rust/tests/ui/span
Esteban Küber 0740609ea3 Point at binop lhs and rhs when expression is multiline
```
error[E0277]: cannot add `()` to `u32`
  --> $DIR/multiline-span-simple.rs:13:18
   |
LL |       foo(1 as u32 +
   |           -------- ^ no implementation for `u32 + ()`
LL |
LL | /         bar(x,
LL | |
LL | |             y),
   | |______________-
```
2026-03-29 21:07:54 +00:00
..
2023-01-15 19:46:20 +00:00
2025-11-27 14:13:58 -05:00
2025-11-27 14:13:58 -05:00
2023-01-15 19:46:20 +00:00
2025-11-04 17:30:47 +01:00
2024-01-13 12:46:58 -05:00
2025-11-27 14:13:58 -05:00
2025-11-27 14:13:58 -05:00
2023-01-15 19:46:20 +00:00
2023-05-08 03:36:30 +00:00
2026-02-22 17:10:36 +03:00
2026-01-19 18:54:02 +00:00
2025-03-30 01:32:21 +03:00
2023-01-15 19:46:20 +00:00