Auto merge of #42381 - Mark-Simulacrum:rollup, r=Mark-Simulacrum

Rollup of 10 pull requests

- Successful merges: #41981, #42225, #42310, #42319, #42335, #42343, #42355, #42360, #42370, #42372
- Failed merges:
This commit is contained in:
bors 2017-06-02 22:19:08 +00:00
commit bb907adbbd
29 changed files with 184 additions and 614 deletions

View file

@ -12,5 +12,5 @@
extern {
const i: isize;
//~^ ERROR expected one of `fn`, `pub`, `static`, or `}`, found `const`
//~^ ERROR extern items cannot be `const`
}