fix another
This commit is contained in:
parent
3a9cf12021
commit
15b2640e70
@ -125,7 +125,7 @@ trait InTraitDefnReturn {
|
||||
// Allowed and disallowed in trait impls
|
||||
trait DummyTrait {
|
||||
type Out;
|
||||
fn in_trait_impl_parameter(impl Debug);
|
||||
fn in_trait_impl_parameter(_: impl Debug);
|
||||
fn in_trait_impl_return() -> Self::Out;
|
||||
}
|
||||
impl DummyTrait for () {
|
||||
|
Loading…
Reference in New Issue
Block a user