diff options
Diffstat (limited to 'src/test/compile-fail/removed-syntax-fn-pure.rs')
| -rw-r--r-- | src/test/compile-fail/removed-syntax-fn-pure.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/removed-syntax-fn-pure.rs b/src/test/compile-fail/removed-syntax-fn-pure.rs index 865b5f7ad8b..d569ea25c46 100644 --- a/src/test/compile-fail/removed-syntax-fn-pure.rs +++ b/src/test/compile-fail/removed-syntax-fn-pure.rs @@ -8,4 +8,4 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -pure fn f() {} //~ ERROR expected item but found `pure` +pure fn f() {} //~ ERROR expected item, found `pure` |
