about summary refs log tree commit diff
path: root/tests/ui/object-lifetime/object-lifetime-default-from-rptr-struct.rs
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2024-11-26 01:56:46 +0800
committer许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2024-11-26 02:50:48 +0800
commit95ff642797536f055c04ae2486bc8ab3156535b5 (patch)
tree75622dc1e15125dfb8fa360517a0d23292acc94c /tests/ui/object-lifetime/object-lifetime-default-from-rptr-struct.rs
parentf62753f84f355d2c8c67b257db6746c7ae58be2e (diff)
downloadrust-95ff642797536f055c04ae2486bc8ab3156535b5.tar.gz
rust-95ff642797536f055c04ae2486bc8ab3156535b5.zip
tests: remove `//@ pretty-expanded` usages
Done with

```bash
sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs
```

and

```
sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs
```
Diffstat (limited to 'tests/ui/object-lifetime/object-lifetime-default-from-rptr-struct.rs')
-rw-r--r--tests/ui/object-lifetime/object-lifetime-default-from-rptr-struct.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/object-lifetime/object-lifetime-default-from-rptr-struct.rs b/tests/ui/object-lifetime/object-lifetime-default-from-rptr-struct.rs
index 591f843a284..5163ff1c245 100644
--- a/tests/ui/object-lifetime/object-lifetime-default-from-rptr-struct.rs
+++ b/tests/ui/object-lifetime/object-lifetime-default-from-rptr-struct.rs
@@ -2,7 +2,6 @@
 // Test that the lifetime from the enclosing `&` is "inherited"
 // through the `MyBox` struct.
 
-//@ pretty-expanded FIXME #23616
 
 #![allow(dead_code)]