diff options
Diffstat (limited to 'src/test/parse-fail/issue-5544-a.rs')
| -rw-r--r-- | src/test/parse-fail/issue-5544-a.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/parse-fail/issue-5544-a.rs b/src/test/parse-fail/issue-5544-a.rs index 95a4f36d171..f406b2cc803 100644 --- a/src/test/parse-fail/issue-5544-a.rs +++ b/src/test/parse-fail/issue-5544-a.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// compile-flags: -Z parse-only + fn main() { let __isize = 18446744073709551616; // 2^64 //~^ ERROR int literal is too large |
