]> git.lizzy.rs Git - rust.git/commit
Add tests for the parsing of `+` and the error messages if people get it wrong.
authorNiko Matsakis <niko@alum.mit.edu>
Tue, 25 Nov 2014 12:42:16 +0000 (07:42 -0500)
committerNiko Matsakis <niko@alum.mit.edu>
Wed, 26 Nov 2014 16:42:06 +0000 (11:42 -0500)
commit21d5d139fc6e04781b7f9d9eeab0f8f0255ac06b
tree66070d9ba7f3540ff44bdd5d33aae4617edfa7a1
parent1479a909bbeb6d76a1a0a165518997241e601925
Add tests for the parsing of `+` and the error messages if people get it wrong.

Fixes #18772.
src/test/compile-fail/hrtb-precedence-of-plus-error-message.rs [new file with mode: 0644]
src/test/run-pass/hrtb-precedence-of-plus-where-clause.rs [new file with mode: 0644]
src/test/run-pass/hrtb-precedence-of-plus.rs [new file with mode: 0644]