This commit splits the `#[rustc_deny_explicit_impl(implement_via_object = ...)]` attribute into two attributes `#[rustc_deny_explicit_impl]` and `#[rustc_do_not_implement_via_object]`. This allows us to have special traits that can have user-defined impls but do not have the automatic trait impl for trait objects (`impl Trait for dyn Trait`). |
||
|---|---|---|
| .. | ||
| async_drop.rs | ||
| future.rs | ||
| into_future.rs | ||
| join.rs | ||
| mod.rs | ||
| pending.rs | ||
| poll_fn.rs | ||
| ready.rs | ||