Skip to content

Commit 6fd6972

Browse files
committed
Remove anonymous_parameters from unrelated test
1 parent 023525d commit 6fd6972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/error-codes/e0119/auxiliary/issue-23563-a.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pub trait LolInto<T>: Sized {
99
}
1010

1111
pub trait LolFrom<T> {
12-
fn from(T) -> Self;
12+
fn from(_: T) -> Self;
1313
}
1414

1515
impl<'a, T: ?Sized, U> LolInto<U> for &'a T where T: LolTo<U> {

0 commit comments

Comments
 (0)