rust/crates/ra_hir
Florian Diebold 16a7d8cc85 Add impl Trait and dyn Trait types
- refactor bounds handling in the AST a bit
 - add HIR for bounds
 - add `Ty::Dyn` and `Ty::Opaque` variants and lower `dyn Trait` / `impl Trait`
   syntax to them
2019-08-22 19:33:00 +02:00
..
src Add impl Trait and dyn Trait types 2019-08-22 19:33:00 +02:00
Cargo.toml Bump deps 2019-08-04 10:43:51 +03:00