1
Fork 0
rust/compiler/rustc_parse/src
Eric Holk eff35e59c6 Introduce dyn_star feature flag
The primary purpose of this commit is to introduce the
dyn_star flag so we can begin experimenting with implementation.

In order to have something to do in the feature gate test, we also add
parser support for `dyn* Trait` objects. These are currently treated
just like `dyn Trait` objects, but this will change in the future.

Note that for now `dyn* Trait` is experimental syntax to enable
implementing some of the machinery needed for async fn in dyn traits
without fully supporting the feature.
2022-09-12 16:55:55 -07:00
..
lexer Always import all tracing macros for the entire crate instead of piecemeal by module 2022-09-01 14:54:27 +00:00
parser Introduce dyn_star feature flag 2022-09-12 16:55:55 -07:00
lib.rs Revert let_chains stabilization 2022-08-29 19:34:11 +02:00
validate_attr.rs Overhaul MacArgs::Eq. 2022-05-05 07:06:12 +10:00