rust/src/librustc/util
Taylor Cramer bc4810d907 Fix impl Trait Lifetime Handling
After this change, impl Trait existentials are
desugared to a new `abstract type` definition
paired with a set of lifetimes to apply.

In-scope generics are included as parents of the
`abstract type` generics. Parent regions are
replaced with static, and parent regions
referenced in the `impl Trait` type are duplicated
at the end of the `abstract type`'s generics.
2017-11-17 10:01:54 -08:00
..
common.rs Compress "small" spans to 32 bits and intern "large" spans 2017-09-23 00:34:13 +03:00
fs.rs Fix race condition in fs::create_dir_all 2017-03-17 20:15:05 -07:00
nodemap.rs Use a Set<T> instead of a Map<T, bool> 2017-11-03 09:27:20 +01:00
ppaux.rs Fix impl Trait Lifetime Handling 2017-11-17 10:01:54 -08:00