Esteban Küber 6efddac288 Provide more context on derived obligation error primary label
Expand the primary span of E0277 when the immediate unmet bound is not what the user wrote:

```
error[E0277]: the trait bound `i32: Bar` is not satisfied
 --> f100.rs:6:6
  |
6 |     <i32 as Foo>::foo();
  |      ^^^ the trait `Bar` is not implemented for `i32`, which is required by `i32: Foo`
  |
help: this trait has no implementations, consider adding one
 --> f100.rs:2:1
  |
2 | trait Bar {}
  | ^^^^^^^^^
note: required for `i32` to implement `Foo`
 --> f100.rs:3:14
  |
3 | impl<T: Bar> Foo for T {}
  |         ---  ^^^     ^
  |         |
  |         unsatisfied trait bound introduced here
```

Fix .
2024-01-30 21:28:18 +00:00
..
2024-01-13 12:46:58 -05:00
2023-04-03 15:59:21 +00:00
2023-04-03 15:59:21 +00:00
2023-01-30 20:12:19 +00:00
2024-01-05 09:30:27 +00:00
2024-01-05 10:00:59 +00:00
2023-12-15 16:12:27 +00:00
2023-03-08 00:00:18 +00:00
2024-01-11 09:03:26 +00:00
2023-12-15 16:12:27 +00:00
2023-10-20 21:10:38 +00:00
2024-01-13 12:46:58 -05:00
2024-01-13 12:46:58 -05:00
2023-12-05 17:15:46 +00:00
2023-12-14 15:22:37 +01:00
2023-02-06 06:58:30 -05:00
2023-01-18 13:14:56 +13:00
2023-11-16 17:00:23 +00:00
2023-12-20 22:53:56 -05:00
2024-01-13 12:46:58 -05:00
2023-05-05 21:42:54 +01:00
2023-01-23 20:38:14 +13:00