1
Fork 0

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`
This commit is contained in:
Jacob Pratt 2025-03-14 01:37:36 -04:00 committed by GitHub
commit db022a82a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,6 @@
// work. Note that the metadata doesn't change when a DST is wrapped in a
// structure, so these casts *are* fine.
//
// `unwrap` and `unwrap_nested` currently don't work due to a compiler limitation.
//@ check-pass
trait A {}