]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #33343 - birkenfeld:issue-32214, r=Manishearth
authorManish Goregaokar <manishsmail@gmail.com>
Tue, 3 May 2016 13:39:08 +0000 (19:09 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Tue, 3 May 2016 14:24:55 +0000 (19:54 +0530)
parser: change warning into an error on `T<A=B, C>`

part of #32214

This seems to be the obvious fix, and the error message is consistent with all the other parser errors ("expected x, found y").

1  2 
src/libsyntax/parse/parser.rs

Simple merge