diff options
Diffstat (limited to 'src/test/run-pass/foreach-external-iterators-nested.rs')
| -rw-r--r-- | src/test/run-pass/foreach-external-iterators-nested.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/foreach-external-iterators-nested.rs b/src/test/run-pass/foreach-external-iterators-nested.rs index 3817e1b0eda..a075c08b737 100644 --- a/src/test/run-pass/foreach-external-iterators-nested.rs +++ b/src/test/run-pass/foreach-external-iterators-nested.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// pretty-expanded FIXME #23616 + pub fn main() { let x = [1; 100]; let y = [2; 100]; |
