diff options
Diffstat (limited to 'tests/ui/parser/extern-crate-async.rs')
| -rw-r--r-- | tests/ui/parser/extern-crate-async.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ui/parser/extern-crate-async.rs b/tests/ui/parser/extern-crate-async.rs index 529e0f1ab5c..13bd786d092 100644 --- a/tests/ui/parser/extern-crate-async.rs +++ b/tests/ui/parser/extern-crate-async.rs @@ -1,6 +1,7 @@ -// Make sure that we don't parse `extern crate async` +// Make sure that we don't parse `extern crate async` as // the front matter of a function leading us astray. +//@ edition: 2015 //@ check-pass fn main() {} |
