rust/src/libsyntax/parse
bors 8289a8916f Auto merge of #37278 - matklad:lone-lifetime, r=jseyfried
Fix syntax error in the compiler

Currently `rustc` accepts the following code: `fn f<'a>() where 'a {}`. This should be a syntax error, shouldn't it?

Not sure if my changes actually compile, waiting for the LLVM to build.
2016-11-14 02:46:12 -08:00
..
lexer Remove field TtReader::next_tok. 2016-11-04 02:39:20 +00:00
attr.rs Reduce the size of Token and make it cheaper to clone by refactoring 2016-11-03 23:48:24 +00:00
classify.rs Fix fallout 2016-06-17 05:21:23 +00:00
common.rs Use associated functions for libsyntax SepSeq constructors. 2016-02-22 23:24:42 -05:00
mod.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
obsolete.rs Remove parsing of obsolete pre-1.0 syntaxes 2016-09-13 23:33:50 +03:00
parser.rs Auto merge of #37278 - matklad:lone-lifetime, r=jseyfried 2016-11-14 02:46:12 -08:00
token.rs Reduce the size of Token and make it cheaper to clone by refactoring 2016-11-03 23:48:24 +00:00