rust/src/librustc_resolve
bors 862703e05e Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix
Add existential type definitions

Note: this does not allow creating named existential types, it just desugars `impl Trait` to a less (but still very) hacky version of actual `existential type` items.

r? @nikomatsakis
2018-06-18 14:34:52 +00:00
..
build_reduced_graph.rs create multiple HIR items for a use statement 2018-06-14 17:47:28 -05:00
Cargo.toml Try to fix a perf regression by updating log 2018-01-07 16:54:05 +01:00
check_unused.rs Reimplement unused_labels lint as a compiler builtin in the resolver 2018-05-18 16:57:15 -07:00
diagnostics.rs Fixed minor error in Compiler Error Index, E0603. 2018-06-17 11:35:53 +09:00
lib.rs Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix 2018-06-18 14:34:52 +00:00
macros.rs fix issue #51331 by updating qself.position 2018-06-12 08:06:22 -04:00
resolve_imports.rs create multiple HIR items for a use statement 2018-06-14 17:47:28 -05:00