diff options
Diffstat (limited to 'src/test/run-pass/regions-trait-object-1.rs')
| -rw-r--r-- | src/test/run-pass/regions-trait-object-1.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/regions-trait-object-1.rs b/src/test/run-pass/regions-trait-object-1.rs index 807227d47db..d2352988579 100644 --- a/src/test/run-pass/regions-trait-object-1.rs +++ b/src/test/run-pass/regions-trait-object-1.rs @@ -12,6 +12,8 @@ // attempting to bootstrap libsyntax; it is adapted from // `syntax::ext::tt::generic_extension`. +// pretty-expanded FIXME #23616 + pub struct E<'a> { pub f: &'a u8, } |
