Skip to content

Commit db022a8

Browse files
authored
Rollup merge of #138461 - WaffleLapkin:indate-comment, r=ehuss
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. r? `@ehuss`
2 parents f6fcae0 + 2c76bf7 commit db022a8

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)