We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc7d115 commit bbaab63Copy full SHA for bbaab63
src/test/ui/associated-types/issue-62200.rs
@@ -10,5 +10,6 @@ impl T<'_> for S {
10
11
fn foo(x: impl Fn(<S as T<'_>>::A) -> <S as T<'_>>::A) {}
12
//~^ ERROR binding for associated type `Output` references an anonymous lifetime
13
+//~^^ NOTE lifetimes appearing in an associated type are not considered constrained
14
15
fn main() {}
0 commit comments