Trait constraints are separated by space, not comma
This commit is contained in:
parent
ecdc8aae41
commit
10c9d7921d
14 changed files with 21 additions and 21 deletions
|
@ -2826,7 +2826,7 @@ impl Parser {
|
|||
|
||||
fn parse_trait_ref_list(ket: token::Token) -> ~[@trait_ref] {
|
||||
self.parse_seq_to_before_end(
|
||||
ket, seq_sep_trailing_disallowed(token::COMMA),
|
||||
ket, seq_sep_none(),
|
||||
|p| p.parse_trait_ref())
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue