We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c38218 commit 04f53f9Copy full SHA for 04f53f9
tests/ui/type-alias-impl-trait/issue-84660-unsoundness.rs
@@ -20,7 +20,7 @@ trait Trait<T, In> {
20
impl<In, Out> Trait<Bar, In> for Out {
21
type Out = Out;
22
fn convert(_i: In) -> Self::Out {
23
- //[next]~^ ERROR: cannot satisfy `Bar == _`
+ //[next]~^ ERROR: cannot satisfy `<Out as Trait<Bar, In>>::Out == ()`
24
unreachable!();
25
}
26
0 commit comments