Skip to content

Rollup of 21 pull requests - #35469

Merged
bors merged 44 commits into
rust-lang:masterfrom
sophiajt:rollup
Aug 7, 2016
Merged

Rollup of 21 pull requests#35469
bors merged 44 commits into
rust-lang:masterfrom
sophiajt:rollup

Conversation

mikhail-m1and others added 30 commits August 5, 2016 18:57
Function errno_location() is not used on DragonFly. As warnings are
errors, this breaks the build.
Fixesrust-lang#35251
Also changes the span of the error to the span of the type
as suggested in the bonus section of rust-lang#35251
Updates compiler error E0046 with new format
Addresses rust-lang#35209 as part of rust-lang#35233.
r? @jonathandturner
I've repeated the following in my code. If this is something not desirable then let me know if there's any process to make this any cleaner. Thank you.
```rust
missing_items.iter()
.map(|name| name.to_string())
.collect::<Vec<_>>().join("`, `"))
```
Updates compiler error E0040 with new format
Addresses rust-lang#35208 as part of rust-lang#35233.
r? @GuillaumeGomez
…andturner
Update compiler error 0027 to use new error format.
Part of rust-lang#35233,
Addresses rust-lang#35200
r? @jonathandturner
Jonathan Turner added 14 commits August 7, 2016 09:59
…andturner
Update compiler error 0029 to use new error format.
Part of rust-lang#35233,
Addresses rust-lang#35201
r? @jonathandturner
E0131 updated to new format
Changes
```
error[E0131]: main function is not allowed to have type parameters
--> src/test/compile-fail/E0131.rs:11:1
|
11 | fn main<T>() { //~ ERROR E0131
| ^
```
to
```
error[E0131]: main function is not allowed to have type parameters
--> src/test/compile-fail/E0131.rs:11:1
|
11 | fn main<T>() { //~ ERROR E0131
| ^^^ main cannot have type parameters
```
Fixesrust-lang#35257. Part of rust-lang#35233.
r? @jonathandturner
…l422
Indicate tracking issue for `exact_size_is_empty` unstability.
rust-lang#35428
…-location, r=alexcrichton
Fix build on DragonFly (unused function errno_location)
Function errno_location() is not used on DragonFly. As warnings are
errors, this breaks the build.
Add doc example for `std::ffi::NulError::into_vec`.
None
…onathandturner
Update E0010 to use the new format
For rust-lang#35194
@sophiajt

Copy link
Copy Markdown
ContributorAuthor

@bors r+ p=1

@bors

bors commented Aug 7, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit 995eeb0 has been approved by jonathandturner

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @pnkfelix

(rust_highfive has picked a reviewer for you, use r? to override)

@bors

bors commented Aug 7, 2016

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 995eeb0 with merge 1744c46...

bors added a commit that referenced this pull request Aug 7, 2016
@bors
bors merged commit 995eeb0 into rust-lang:masterAug 7, 2016
@CentrilCentril added the rollup A PR which is a rollup label Oct 2, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

18 participants

@sophiajt@bors@rust-highfive@pnkfelix@Centril@mikhail-m1@KiChjang@silenuss@razielgn@intrepion@frewsxcv@mneumann@Detegr@munyari@shri3k@pcn@franleplant@terryxsun