Skip to content

Commit 2c76bf7

Browse files
committedMar 13, 2025··
Remove an outdated line from a test comment
They *used* to not work, however this was fixed in the PR that added the test. I forgot to remove this line or possibly lost its removal while rebasing.
1 parent 93257e2 commit 2c76bf7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎tests/ui/cast/ptr-to-trait-obj-wrap.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// work. Note that the metadata doesn't change when a DST is wrapped in a
33
// structure, so these casts *are* fine.
44
//
5-
// `unwrap` and `unwrap_nested` currently don't work due to a compiler limitation.
65
//@ check-pass
76

87
trait A {}

0 commit comments

Comments
 (0)
Please sign in to comment.