Skip to content

Commit 04f53f9

Browse files
committed
Rebase fallout
1 parent 1c38218 commit 04f53f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/type-alias-impl-trait/issue-84660-unsoundness.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ trait Trait<T, In> {
2020
impl<In, Out> Trait<Bar, In> for Out {
2121
type Out = Out;
2222
fn convert(_i: In) -> Self::Out {
23-
//[next]~^ ERROR: cannot satisfy `Bar == _`
23+
//[next]~^ ERROR: cannot satisfy `<Out as Trait<Bar, In>>::Out == ()`
2424
unreachable!();
2525
}
2626
}

0 commit comments

Comments
 (0)