Uh oh!
There was an error while loading. Please reload this page.
Rollup of 21 pull requests - #35469
Merged
Merged
Conversation
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
Update E0185 and E0186 to new format Part of rust-lang#35233. Fixesrust-lang#35277. Fixesrust-lang#35276. r? @jonathandturner
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
Updated error message E0282 Fixesrust-lang#35312 as part of rust-lang#35233. r? @GuillaumeGomez
Update error format rust-lang#35304Fixesrust-lang#35304 as part of rust-lang#35233. r? @jonathandturner
…andturner Update compiler error 0027 to use new error format. Part of rust-lang#35233, Addresses rust-lang#35200 r? @jonathandturner
…andturner Update E0223 to the new format Part of rust-lang#35233. Fixesrust-lang#35387. r? @jonathandturner
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? @jonathandturnerUpdate error message for E0243 and E0244 Fixesrust-lang#35389 and rust-lang#35390 as part of rust-lang#35233. r? @jonathandturner
…t, r=jonathandturner Updated E0225 to new format. Part of rust-lang#35233. Fixesrust-lang#35388. 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.
…=jonathandturner Fixing compiler error E0121 Fixesrust-lang#35254 and part of rust-lang#35233
Add doc example for `std::ffi::NulError::into_vec`. None
…onathandturner Update E0010 to use the new format For rust-lang#35194
Update E0101 and E0102 to new format Part of rust-lang#35233Fixesrust-lang#35243Fixesrust-lang#35244 r? @jonathandturner PS: My first contribution
New error message format for E0117 and E0118 Part of rust-lang#35233 r? @jonathandturner
Update E0204 to the new error format Part of rust-lang#35233 Addresses rust-lang#35381 "r? @jonathandturner
Update E0116 to new error code format. Fixesrust-lang#35249 as part of rust-lang#35233. r? @jonathandturner
Update E0205 to the new error format Part of rust-lang#35233 Addresses rust-lang#35382 "r? @jonathandturner
sophiajt
commented
Aug 7, 2016
ContributorAuthor
@bors r+ p=1 |
bors
commented
Aug 7, 2016
Collaborator
📌 Commit 995eeb0 has been approved by |
rust-highfive
commented
Aug 7, 2016
Contributor
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
bors
commented
Aug 7, 2016
Collaborator
⌛ Testing commit 995eeb0 with merge 1744c46... |
bors
commented
Aug 7, 2016
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
exact_size_is_emptyunstability. #35429, Fix build on DragonFly (unused function errno_location) #35433, Fixing compiler error E0121 #35434, Add doc example forstd::ffi::NulError::into_vec. #35436, Update E0010 to use the new format #35439, Update E0101 and E0102 to new format #35443, New error message format for E0117 and E0118 #35454, Update E0204 to the new error format #35455, Update E0116 to new error code format. #35467, Update E0205 to the new error format #35468