Skip to content

Commit 15b2640

Browse files
committed
fix another
1 parent 3a9cf12 commit 15b2640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/impl-trait/where-allowed.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ trait InTraitDefnReturn {
125125
// Allowed and disallowed in trait impls
126126
trait DummyTrait {
127127
type Out;
128-
fn in_trait_impl_parameter(impl Debug);
128+
fn in_trait_impl_parameter(_: impl Debug);
129129
fn in_trait_impl_return() -> Self::Out;
130130
}
131131
impl DummyTrait for () {

0 commit comments

Comments
 (0)