1
Fork 0

Return nonzero exit code if there are errors at a stop point

This commit is contained in:
Florian Hahn 2015-02-09 20:01:45 +01:00
parent 7a5754b330
commit 2a24e97c80
215 changed files with 440 additions and 6 deletions

View file

@ -8,4 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// compile-flags: -Z parse-only
fn f(+x: isize) {} //~ ERROR unexpected token: `+`