Esteban Küber
5b54286640
Remove detail from label/note that is already available in other note
...
Remove the "which is required by `{root_obligation}`" post-script in
"the trait `X` is not implemented for `Y`" explanation in E0277. This
information is already conveyed in the notes explaining requirements,
making it redundant while making the text (particularly in labels)
harder to read.
```
error[E0277]: the trait bound `NotCopy: Copy` is not satisfied
--> $DIR/wf-static-type.rs:10:13
|
LL | static FOO: IsCopy<Option<NotCopy>> = IsCopy { t: None };
| ^^^^^^^^^^^^^^^^^^^^^^^ the trait `Copy` is not implemented for `NotCopy`
|
= note: required for `Option<NotCopy>` to implement `Copy`
note: required by a bound in `IsCopy`
--> $DIR/wf-static-type.rs:7:17
|
LL | struct IsCopy<T:Copy> { t: T }
| ^^^^ required by this bound in `IsCopy`
```
vs the prior
```
error[E0277]: the trait bound `NotCopy: Copy` is not satisfied
--> $DIR/wf-static-type.rs:10:13
|
LL | static FOO: IsCopy<Option<NotCopy>> = IsCopy { t: None };
| ^^^^^^^^^^^^^^^^^^^^^^^ the trait `Copy` is not implemented for `NotCopy`, which is required by `Option<NotCopy>: Copy`
|
= note: required for `Option<NotCopy>` to implement `Copy`
note: required by a bound in `IsCopy`
--> $DIR/wf-static-type.rs:7:17
|
LL | struct IsCopy<T:Copy> { t: T }
| ^^^^ required by this bound in `IsCopy`
```
2024-10-29 16:26:57 +00:00
..
2024-09-27 18:15:37 +00:00
2024-09-12 13:56:01 -04:00
2024-10-15 13:26:59 +02:00
2024-10-15 13:26:59 +02:00
2024-05-18 18:12:18 +02:00
2024-02-05 10:17:31 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2023-11-24 19:15:52 +01:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2023-11-24 19:15:52 +01:00
2024-02-16 20:02:50 +00:00
2023-11-24 19:15:52 +01:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-22 18:05:27 +00:00
2024-02-22 18:05:27 +00:00
2024-02-16 20:02:50 +00:00
2024-09-26 17:17:11 +00:00
2024-02-16 20:02:50 +00:00
2024-09-26 17:17:11 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2023-11-24 19:15:52 +01:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2023-11-24 19:15:52 +01:00
2024-02-16 20:02:50 +00:00
2023-11-24 19:15:52 +01:00
2023-11-24 19:15:52 +01:00
2024-02-16 20:02:50 +00:00
2023-11-24 19:15:52 +01:00
2024-04-09 10:23:58 +00:00
2024-04-09 10:23:58 +00:00
2023-11-24 19:15:52 +01:00
2023-11-24 19:15:52 +01:00
2024-02-16 20:02:50 +00:00
2024-02-19 17:41:48 -03:00
2024-02-19 17:41:48 -03:00
2024-09-14 09:25:06 +08:00
2024-09-14 09:25:06 +08:00
2024-02-16 20:02:50 +00:00
2024-09-26 17:17:11 +00:00
2024-09-26 17:17:11 +00:00
2024-09-26 17:17:11 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2023-11-24 19:15:52 +01:00
2024-02-16 20:02:50 +00:00
2023-11-24 19:15:52 +01:00
2024-02-29 15:27:56 -03:00
2024-02-29 15:27:56 -03:00
2024-02-18 19:16:17 -03:00
2024-02-18 19:16:17 -03:00
2024-02-29 15:27:56 -03:00
2024-02-29 15:27:56 -03:00
2024-02-18 19:16:17 -03:00
2024-02-18 19:16:17 -03:00
2024-02-16 20:02:50 +00:00
2024-09-26 17:17:11 +00:00
2024-02-16 20:02:50 +00:00
2024-09-26 17:17:11 +00:00
2024-09-26 17:17:11 +00:00
2024-10-10 01:13:29 +02:00
2024-10-10 01:13:29 +02:00
2024-09-26 17:17:11 +00:00
2024-09-26 17:17:11 +00:00
2024-09-26 17:17:11 +00:00
2023-11-24 19:15:52 +01:00
2023-11-24 19:15:52 +01:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2023-11-24 19:15:52 +01:00
2024-02-16 20:02:50 +00:00
2024-09-26 17:17:11 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2023-11-24 19:15:52 +01:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-10-15 13:11:00 +02:00
2024-10-15 13:11:00 +02:00
2023-11-24 19:15:52 +01:00
2024-04-09 10:23:58 +00:00
2024-09-26 17:17:11 +00:00
2023-11-24 19:15:52 +01:00
2024-02-16 20:02:50 +00:00
2024-10-15 13:26:59 +02:00
2024-10-15 13:26:59 +02:00
2024-10-15 13:26:59 +02:00
2024-10-15 13:26:59 +02:00
2024-10-15 13:26:59 +02:00
2024-10-15 13:26:59 +02:00
2024-10-15 13:26:59 +02:00
2024-10-15 13:26:59 +02:00
2024-02-16 20:02:50 +00:00
2024-10-15 13:11:00 +02:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-19 17:41:48 -03:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2023-11-24 19:15:52 +01:00
2024-10-15 13:26:59 +02:00
2024-10-15 13:26:59 +02:00
2024-10-15 13:26:59 +02:00
2024-10-15 13:26:59 +02:00
2024-02-16 20:02:50 +00:00
2023-11-24 19:15:52 +01:00
2024-02-16 20:02:50 +00:00
2023-11-24 19:15:52 +01:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-09-26 17:17:11 +00:00
2024-02-16 20:02:50 +00:00
2024-09-26 17:17:11 +00:00
2024-02-16 20:02:50 +00:00
2024-09-26 17:17:11 +00:00
2023-11-24 19:15:52 +01:00
2023-11-24 19:15:52 +01:00
2023-11-24 19:15:52 +01:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-18 19:16:17 -03:00
2024-02-18 19:16:17 -03:00
2024-02-14 11:00:30 +00:00
2024-02-14 11:00:30 +00:00
2024-10-10 00:57:59 +02:00
2023-11-24 19:15:52 +01:00
2024-02-16 20:02:50 +00:00
2024-09-26 17:17:11 +00:00
2024-02-16 20:02:50 +00:00
2024-09-26 17:17:11 +00:00
2024-02-18 19:16:17 -03:00
2024-02-18 19:16:17 -03:00
2024-02-16 20:02:50 +00:00
2023-11-24 19:15:52 +01:00
2024-04-24 08:05:29 +00:00
2024-04-24 08:05:29 +00:00
2024-10-15 13:26:59 +02:00
2024-02-19 18:16:11 +01:00
2024-02-19 18:16:11 +01:00
2024-02-16 20:02:50 +00:00
2024-02-05 10:17:31 +00:00
2024-10-29 16:26:57 +00:00
2023-11-24 19:15:52 +01:00
2024-02-16 20:02:50 +00:00
2024-09-26 17:17:11 +00:00
2024-02-16 20:02:50 +00:00
2024-09-26 17:17:11 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-09-26 17:17:11 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-09-26 17:17:11 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-09-26 17:17:11 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-09-26 17:17:11 +00:00
2024-02-16 20:02:50 +00:00
2023-11-24 19:15:52 +01:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2023-11-24 19:15:52 +01:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2023-11-24 19:15:52 +01:00
2024-02-16 20:02:50 +00:00
2023-11-24 19:15:52 +01:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2023-11-24 19:15:52 +01:00
2024-10-15 13:26:59 +02:00
2024-10-15 13:26:59 +02:00
2024-06-12 19:03:37 -04:00
2024-06-12 19:03:37 -04:00
2024-10-15 13:26:59 +02:00
2024-10-15 13:26:59 +02:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-10-15 13:11:00 +02:00
2024-10-15 13:11:00 +02:00
2024-02-16 20:02:50 +00:00
2024-10-15 13:11:00 +02:00
2024-02-18 19:16:17 -03:00
2024-10-15 13:11:00 +02:00
2024-10-15 13:11:00 +02:00
2024-09-27 18:15:37 +00:00
2024-09-27 18:15:37 +00:00
2024-09-27 18:15:37 +00:00
2024-05-20 19:55:59 -07:00
2024-05-20 19:55:59 -07:00
2024-10-15 13:26:59 +02:00
2024-10-15 13:26:59 +02:00
2024-10-15 13:26:59 +02:00
2024-04-30 21:54:54 +02:00
2024-04-30 21:54:54 +02:00
2024-04-30 21:54:54 +02:00
2024-04-30 21:54:54 +02:00
2024-04-30 21:54:54 +02:00
2024-04-30 21:54:54 +02:00
2024-04-30 21:54:54 +02:00
2024-04-30 21:54:54 +02:00
2024-04-30 21:54:54 +02:00
2024-04-30 21:54:54 +02:00
2024-04-30 21:54:54 +02:00
2024-04-30 21:54:54 +02:00
2024-04-30 21:54:54 +02:00
2024-04-30 21:54:54 +02:00
2024-10-15 13:26:59 +02:00
2024-10-15 13:26:59 +02:00
2024-02-16 20:02:50 +00:00
2024-08-03 07:57:31 -04:00
2024-10-15 13:11:00 +02:00
2024-10-15 13:11:00 +02:00
2023-11-24 19:15:52 +01:00
2024-01-08 15:03:59 +00:00
2024-01-08 15:03:59 +00:00