Skip to content

Commit c86874f

Browse files
Ryan1729llogiq
andauthored
reword test description comment
Co-authored-by: llogiq <[email protected]>
1 parent 91f4063 commit c86874f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/eq_op.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ struct Nested {
9292
}
9393

9494
fn check_nested(n1: &Nested, n2: &Nested) -> bool {
95-
// There's no `n2.inner.0.0`
95+
// `n2.inner.0.0` mistyped as `n1.inner.0.0`
9696
(n1.inner.0).0 == (n1.inner.0).0 && (n1.inner.1).0 == (n2.inner.1).0 && (n1.inner.2).0 == (n2.inner.2).0
9797
}

0 commit comments

Comments
 (0)