Stuart Cook
1aa426b335
Rollup merge of #146011 - estebank:lifetime-obligation-span, r=lcnr
...
Point at fn bound that introduced lifetime obligation
The last note is new
```
error[E0597]: `c` does not live long enough
--> $DIR/without-precise-captures-we-are-powerless.rs:19:20
|
LL | fn simple<'a>(x: &'a i32) {
| -- lifetime `'a` defined here
...
LL | let c = async move || { println!("{}", *x); };
| - binding `c` declared here
LL | outlives::<'a>(c());
| ---------------^---
| | |
| | borrowed value does not live long enough
| argument requires that `c` is borrowed for `'a`
LL | outlives::<'a>(call_once(c));
LL | }
| - `c` dropped here while still borrowed
|
note: requirement that `c` is borrowed for `'a` introduced here
--> $DIR/without-precise-captures-we-are-powerless.rs:7:33
|
LL | fn outlives<'a>(_: impl Sized + 'a) {}
| ^^
```
When encountering a `ConstraintCategory::Predicate` in a funtion call, point at the `Span` for that `Predicate` to explain where the lifetime obligation originates from.
CC rust-lang/rust#55307 .
2025-09-30 22:25:16 +10:00
..
2025-06-25 17:02:26 +00:00
2025-05-09 02:35:18 +00:00
2025-08-07 21:18:00 +00:00
2025-09-19 12:28:44 -06:00
2025-07-18 16:48:57 +00:00
2025-08-22 17:55:15 +00:00
2025-08-22 17:55:15 +00:00
2025-08-20 11:04:38 +02:00
2025-09-26 16:33:15 +02:00
2025-03-11 12:05:02 +00:00
2025-09-18 12:58:39 +02:00
2025-09-28 20:55:35 +00:00
2025-04-03 11:13:10 +02:00
2025-08-22 20:10:27 +00:00
2025-03-11 12:05:02 +00:00
2025-03-11 12:05:02 +00:00
2025-03-11 12:05:02 +00:00
2025-08-25 14:20:18 +02:00
2025-07-07 16:47:15 +08:00
2025-08-25 14:20:18 +02:00
2025-07-07 16:47:15 +08:00
2025-06-30 11:50:19 +05:00
2025-03-11 12:05:02 +00:00
2025-09-26 16:33:15 +02:00
2025-09-26 16:33:15 +02:00
2025-09-26 16:33:15 +02:00
2025-09-26 16:33:15 +02:00
2025-09-26 16:33:15 +02:00
2025-09-26 16:33:15 +02:00
2025-09-26 16:33:15 +02:00
2025-09-26 16:33:15 +02:00
2025-09-26 16:33:15 +02:00
2025-08-26 15:15:17 -06:00
2025-03-11 12:05:02 +00:00
2025-03-25 16:44:59 +00:00
2025-03-25 16:44:59 +00:00
2025-03-25 16:44:59 +00:00
2025-08-20 11:04:38 +02:00
2025-05-27 08:18:11 +00:00
2025-05-27 08:18:11 +00:00
2025-06-25 17:02:26 +00:00
2025-06-25 17:02:26 +00:00
2025-06-25 17:02:26 +00:00
2025-04-30 10:44:24 +03:00
2025-04-30 10:44:24 +03:00
2025-04-30 10:44:24 +03:00
2025-04-30 10:44:24 +03:00
2025-08-19 21:27:10 +02:00
2025-06-14 13:44:43 +08:00
2025-06-14 13:44:43 +08:00
2025-06-14 13:44:43 +08:00
2025-08-19 21:27:10 +02:00
2025-03-11 12:05:02 +00:00
2025-06-25 17:02:26 +00:00
2025-06-25 17:02:26 +00:00
2025-06-25 17:02:26 +00:00
2025-09-26 16:33:15 +02:00
2025-09-26 16:33:15 +02:00
2025-03-11 12:05:02 +00:00
2025-03-11 12:05:02 +00:00
2025-04-11 11:03:08 +10:00
2025-06-09 17:02:09 +00:00
2025-06-09 17:02:09 +00:00
2025-03-28 18:15:23 +01:00
2025-03-28 18:15:23 +01:00
2025-06-25 17:02:26 +00:00
2025-06-25 17:02:26 +00:00
2025-06-25 17:02:26 +00:00
2025-06-04 10:40:04 -04:00
2025-06-04 10:40:04 -04:00
2025-06-25 17:02:26 +00:00
2025-06-25 17:02:26 +00:00
2025-06-25 17:02:26 +00:00
2025-04-07 19:13:31 +03:00
2025-08-26 15:15:17 -06:00
2025-04-15 10:08:49 +02:00
2025-04-15 10:08:49 +02:00
2025-04-08 23:06:31 +03:00
2025-06-03 15:16:51 +00:00
2025-03-11 12:05:02 +00:00
2025-03-28 18:15:23 +01:00
2025-06-09 19:55:00 +00:00
2025-06-25 15:42:11 +00:00
2025-06-25 15:42:11 +00:00
2025-03-11 12:05:02 +00:00
2025-03-11 12:05:02 +00:00
2025-04-08 23:06:31 +03:00
2025-03-11 12:05:02 +00:00
2025-03-11 12:05:02 +00:00
2025-03-11 12:05:02 +00:00
2025-03-11 12:05:02 +00:00
2025-03-11 12:05:02 +00:00
2025-03-11 12:05:02 +00:00
2025-03-11 12:05:02 +00:00
2025-03-11 12:05:02 +00:00
2025-08-20 11:04:38 +02:00
2025-08-20 11:04:38 +02:00
2025-08-20 11:04:38 +02:00
2025-04-30 10:44:24 +03:00
2025-07-17 19:26:39 +08:00
2025-06-26 13:46:45 +00:00
2025-07-08 14:36:43 +00:00
2025-03-03 05:57:55 +00:00
2025-07-18 12:13:30 +02:00
2025-07-18 12:13:30 +02:00
2025-09-26 16:33:15 +02:00
2025-09-26 16:33:15 +02:00
2025-04-03 11:13:10 +02:00
2025-05-20 10:08:56 +00:00
2025-08-25 14:20:18 +02:00
2025-09-08 14:17:56 +02:00
2025-08-25 14:20:18 +02:00
2025-03-11 12:05:02 +00:00
2025-03-11 12:05:02 +00:00
2025-06-03 15:16:51 +00:00
2025-03-11 12:05:02 +00:00
2025-08-22 17:55:15 +00:00
2025-07-14 09:52:58 -04:00
2025-08-23 22:11:43 +00:00
2025-06-25 15:42:11 +00:00
2025-04-03 11:13:10 +02:00
2025-09-18 12:58:39 +02:00
2025-09-18 12:58:39 +02:00
2025-03-11 12:05:02 +00:00
2025-03-11 12:05:02 +00:00
2025-03-11 12:05:02 +00:00
2025-03-11 12:05:02 +00:00
2025-08-19 21:27:10 +02:00
2025-03-11 12:05:02 +00:00
2025-03-11 12:05:02 +00:00
2025-04-08 23:06:31 +03:00
2025-08-20 11:10:38 +02:00
2025-08-06 01:26:26 +02:00
2025-09-21 17:26:39 -04:00