]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #35616 - clementmiao:E0067_new_error_format, r=jonathandturner
authorEduard-Mihai Burtescu <edy.burt@gmail.com>
Sun, 14 Aug 2016 17:29:51 +0000 (20:29 +0300)
committerGitHub <noreply@github.com>
Sun, 14 Aug 2016 17:29:51 +0000 (20:29 +0300)
commit15f66ad326555011abaccaa2d4a758833cc7d2a1
tree7044d64b0415a285358fe8b6eb636660e94faf4a
parentc5a9228068eb698bf53d55df80fd11dc4a47e258
parentbd90a1615111b8fff54f9b5fcf25491d42047c0f
Rollup merge of #35616 - clementmiao:E0067_new_error_format, r=jonathandturner

changed E0067 to new error format

Updated E0067 to new error format.
Part of #35233
Fixes #35502

Passes all the tests when running:
`python src/bootstrap/bootstrap.py --step check-cfail --stage 1`

**This seems strange, given that the format for E0067 has been changed.**
It feels like it should fail some unit tests maybe?

Let me know if I'm mistaken. Otherwise I can create a unit test for it.

Thanks for letting me help!

r? @jonathandturner