diff options
Diffstat (limited to 'src/test/compile-fail/removed-syntax-closure-lifetime.rs')
| -rw-r--r-- | src/test/compile-fail/removed-syntax-closure-lifetime.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/removed-syntax-closure-lifetime.rs b/src/test/compile-fail/removed-syntax-closure-lifetime.rs index c5c8aa043f3..a726e30b1de 100644 --- a/src/test/compile-fail/removed-syntax-closure-lifetime.rs +++ b/src/test/compile-fail/removed-syntax-closure-lifetime.rs @@ -8,4 +8,4 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -type closure = Box<lt/fn()>; //~ ERROR expected `,` but found `/` +type closure = Box<lt/fn()>; //~ ERROR expected `,`, found `/` |
