diff options
| author | Jacob Pratt <jacob@jhpratt.dev> | 2025-03-14 01:37:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-14 01:37:36 -0400 |
| commit | db022a82a5f5901d3e16cbb8b869ee76fa8cd439 (patch) | |
| tree | 97cc11ba2fa74231b95bb6416287e62aa8533e61 | |
| parent | f6fcae0015322753a01e10efdf519fa8746c6eff (diff) | |
| parent | 2c76bf743150e6a3d3d1b2ed9f8c4b967c1804e6 (diff) | |
| download | rust-db022a82a5f5901d3e16cbb8b869ee76fa8cd439.tar.gz rust-db022a82a5f5901d3e16cbb8b869ee76fa8cd439.zip | |
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`
| -rw-r--r-- | tests/ui/cast/ptr-to-trait-obj-wrap.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/cast/ptr-to-trait-obj-wrap.rs b/tests/ui/cast/ptr-to-trait-obj-wrap.rs index 6f9f6bddb99..9809ea80f95 100644 --- a/tests/ui/cast/ptr-to-trait-obj-wrap.rs +++ b/tests/ui/cast/ptr-to-trait-obj-wrap.rs @@ -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 {} |
