Files
rust/compiler
bors 6f18f0a9d4 Auto merge of #99953 - cjgillot:in-path-always, r=petrochenkov
Always create elided lifetimes, even if inferred.

`PathSource` gives the context in which a path is encountered.  The same `PathSource` is used for the full path and the `QSelf` part.

Therefore, we can only rely on `PathSource` to know whether typechecking will be able to infer the lifetimes, not whether we need to insert them at all.

Fixes https://github.com/rust-lang/rust/issues/99949
2022-08-04 10:21:40 +00:00
..
2022-07-29 15:52:15 +10:00
2022-07-29 18:26:10 -04:00
2022-08-01 08:53:04 +10:00
2022-07-20 11:48:11 +02:00