We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 155bfe4 + 6fd6972 commit 29c3778Copy full SHA for 29c3778
src/test/ui/error-codes/e0119/auxiliary/issue-23563-a.rs
@@ -9,7 +9,7 @@ pub trait LolInto<T>: Sized {
9
}
10
11
pub trait LolFrom<T> {
12
- fn from(T) -> Self;
+ fn from(_: T) -> Self;
13
14
15
impl<'a, T: ?Sized, U> LolInto<U> for &'a T where T: LolTo<U> {
0 commit comments