We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023525d commit 6fd6972Copy full SHA for 6fd6972
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