From 2c76bf743150e6a3d3d1b2ed9f8c4b967c1804e6 Mon Sep 17 00:00:00 2001 From: Waffle Lapkin <waffle.lapkin@gmail.com> Date: Thu, 13 Mar 2025 17:54:40 +0100 Subject: [PATCH] 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. --- tests/ui/cast/ptr-to-trait-obj-wrap.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ui/cast/ptr-to-trait-obj-wrap.rs b/tests/ui/cast/ptr-to-trait-obj-wrap.rs index 6f9f6bddb996b..9809ea80f95cf 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 {}