about summary refs log tree commit diff
path: root/src/test/run-pass/expr-copy.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/expr-copy.rs')
-rw-r--r--src/test/run-pass/expr-copy.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/expr-copy.rs b/src/test/run-pass/expr-copy.rs
index 6c6c5085749..f236f699938 100644
--- a/src/test/run-pass/expr-copy.rs
+++ b/src/test/run-pass/expr-copy.rs
@@ -9,6 +9,8 @@
 // except according to those terms.
 
 
+// pretty-expanded FIXME #23616
+
 fn f(arg: &mut A) {
     arg.a = 100;
 }