about summary refs log tree commit diff
path: root/src/test/run-pass/object-lifetime-default-from-ref-struct.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/object-lifetime-default-from-ref-struct.rs')
-rw-r--r--src/test/run-pass/object-lifetime-default-from-ref-struct.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/object-lifetime-default-from-ref-struct.rs b/src/test/run-pass/object-lifetime-default-from-ref-struct.rs
index 24da9603679..910d933d46f 100644
--- a/src/test/run-pass/object-lifetime-default-from-ref-struct.rs
+++ b/src/test/run-pass/object-lifetime-default-from-ref-struct.rs
@@ -11,6 +11,8 @@
 // Test that the lifetime of the enclosing `&` is used for the object
 // lifetime bound.
 
+// pretty-expanded FIXME #23616
+
 #![allow(dead_code)]
 
 trait Test {