rust/crates/ra_syntax
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
..
fuzz
src Add impl Trait and dyn Trait types 2019-08-22 19:33:00 +02:00
test_data Merge #1685 2019-08-15 05:49:13 +00:00
Cargo.toml ⬆️ rustc_lexer 2019-08-20 19:53:05 +03:00