Files
rust/tests/ui/type-alias-impl-trait
Esteban Küber 092ecca5b9 Point at tail expression on rpit E0277
```
error[E0277]: the trait bound `{gen block@$DIR/gen_block_is_coro.rs:7:5: 7:8}: Coroutine` is not satisfied
  --> $DIR/gen_block_is_coro.rs:6:13
   |
LL | fn foo() -> impl Coroutine<Yield = u32, Return = ()> {
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Coroutine` is not implemented for `{gen block@$DIR/gen_block_is_coro.rs:7:5: 7:8}`
LL |     gen { yield 42 }
   |     ---------------- return type was inferred to be `{gen block@$DIR/gen_block_is_coro.rs:7:5: 7:8}` here
```

The secondary span label is new.
2024-11-02 03:08:04 +00:00
..
2024-10-04 23:38:41 +00:00
2024-02-21 09:08:45 +00:00
2024-02-21 09:08:45 +00:00
2024-02-21 09:08:45 +00:00
2024-02-21 09:08:45 +00:00
2024-01-22 14:35:47 +00:00
2024-01-22 14:35:47 +00:00
2024-01-22 14:35:47 +00:00
2024-01-22 14:35:47 +00:00
2024-10-04 23:38:41 +00:00
2024-10-04 23:38:41 +00:00
2024-10-04 23:38:41 +00:00
2024-01-13 12:46:58 -05:00
2024-03-28 06:00:26 +00:00
2024-03-28 06:00:26 +00:00
2024-06-13 10:41:52 +00:00
2024-06-13 10:41:52 +00:00
2024-10-04 23:38:41 +00:00
2024-03-26 09:26:23 +00:00
2024-03-26 09:26:23 +00:00
2024-02-27 18:40:58 +01:00
2023-11-09 11:32:51 +01:00
2024-02-27 18:40:58 +01:00
2024-02-27 18:40:58 +01:00