diff options
Diffstat (limited to 'src/test/run-pass/const-block-item-macro-codegen.rs')
| -rw-r--r-- | src/test/run-pass/const-block-item-macro-codegen.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/const-block-item-macro-codegen.rs b/src/test/run-pass/const-block-item-macro-codegen.rs index 03afe798954..06fbccdec06 100644 --- a/src/test/run-pass/const-block-item-macro-codegen.rs +++ b/src/test/run-pass/const-block-item-macro-codegen.rs @@ -11,6 +11,8 @@ // General test that function items in static blocks // can be generated with a macro. +// pretty-expanded FIXME #23616 + struct MyType { desc: &'static str, data: uint, |
