]> git.lizzy.rs Git - rust.git/commit
Parser fix: 'fail' was eating the next token that came after it.
authorPaul Stansifer <paul.stansifer@gmail.com>
Tue, 17 May 2011 01:05:21 +0000 (18:05 -0700)
committerGraydon Hoare <graydon@mozilla.com>
Tue, 17 May 2011 05:40:17 +0000 (05:40 +0000)
commit1fdc75ee7cf1d498a413287b5444cdb4242c04c6
tree769b81aa3bd7e56df6a81a66839566c46526cba6
parentf7df3696dea28f3bba9913d020e748e084f62920
Parser fix: 'fail' was eating the next token that came after it.
src/comp/front/parser.rs
src/test/compile-fail/fail-simple.rs [new file with mode: 0644]
src/test/run-pass/parse-fail.rs [new file with mode: 0644]