diff options
Diffstat (limited to 'src/test/run-pass/borrow-tuple-fields.rs')
| -rw-r--r-- | src/test/run-pass/borrow-tuple-fields.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/borrow-tuple-fields.rs b/src/test/run-pass/borrow-tuple-fields.rs index 2e5688d8b74..381afd94e3b 100644 --- a/src/test/run-pass/borrow-tuple-fields.rs +++ b/src/test/run-pass/borrow-tuple-fields.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// pretty-expanded FIXME #23616 + struct Foo(int, int); fn main() { |
