Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cargo, books #67206

Merged
merged 2 commits into from Dec 21, 2019
Merged

Update cargo, books #67206

merged 2 commits into from Dec 21, 2019

Conversation

ehuss
Copy link
Contributor

@ehuss ehuss commented Dec 10, 2019

Update nomicon, cargo, reference, book, rust-by-example, embedded-book

nomicon

2 commits in 041c46e692a2592853aeca132c8dfe8eb5a79a9e..8be35b201f9cf0a4c3fcc96c83ac21671dcf3112
2019-11-20 16:46:45 +0100 to 2019-12-01 13:02:12 -0500

  • Update unwinding.md
  • ci: remove needless rust-docs component

cargo

15 commits in 626f0f40efd32e6b3dbade50cd53fdfaa08446ba..5a139f7e6d67fd8a416a3f19d8e01581d24c0333
2019-12-03 16:53:04 +0000 to 2019-12-10 20:17:50 +0000

reference

2 commits in 9e843ae..787e8d8
2019-11-24 17:44:04 +0100 to 2019-12-10 10:01:29 -0800

book

2 commits in 81ebaa2a3f88d4d106516c489682e64cacba4f60..ef8bb568035ded8ddfa30a9309026638cc3c8136
2019-11-15 08:30:04 -0800 to 2019-11-28 11:00:04 -0600

rust-by-example

1 commits in 4835e025826729827a94fdeb7cb85fed288d08bb..b7ac1bc76b7d02a43c83b3a931d226f708aa1ff4
2019-11-14 09:20:43 -0300 to 2019-12-02 11:38:43 -0300

embedded-book

1 commits in 5ca585c4a7552efb546e7681c3de0712f4ae4fdc..c26234930282210849256e4ecab925f0f2daf3be
2019-08-27 13:39:14 +0000 to 2019-12-07 17:25:11 +0000

@rust-highfive
Copy link
Collaborator

⚠️ Warning ⚠️

  • These commits modify submodules.

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Dec 10, 2019
@Dylan-DPC-zz
Copy link

@bors: r+

@bors
Copy link
Contributor

bors commented Dec 11, 2019

📌 Commit 34e80f6522e9920eee90e102c911d906bd45820a has been approved by Dylan-DPC

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 11, 2019
@dtolnay
Copy link
Member

dtolnay commented Dec 14, 2019

I pulled another 6 cargo commits into this PR since 7698 is currently blocking #66919.


6 commits in 5a139f7e6d67fd8a416a3f19d8e01581d24c0333..19a0de242f442ac7149c511031599aafa35b36dc
2019-12-10 20:17:50 +0000 to 2019-12-12 19:03:51 +0000

@dtolnay
Copy link
Member

dtolnay commented Dec 14, 2019

@bors r+

@bors
Copy link
Contributor

bors commented Dec 14, 2019

📌 Commit 1f09acaf608a79d57b3a75182f41026de808c88a has been approved by dtolnay

@bors

This comment has been minimized.

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Dec 15, 2019
@bors

This comment has been minimized.

@dtolnay
Copy link
Member

dtolnay commented Dec 15, 2019

Rebased and removed src/doc/reference from this PR as those commits have already been included in #67224.

@bors r+

@bors
Copy link
Contributor

bors commented Dec 15, 2019

📌 Commit 5141c48 has been approved by dtolnay

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Dec 15, 2019
Centril added a commit to Centril/rust that referenced this pull request Dec 15, 2019
Update cargo, books

Update nomicon, cargo, reference, book, rust-by-example, embedded-book

## nomicon

2 commits in 041c46e692a2592853aeca132c8dfe8eb5a79a9e..8be35b201f9cf0a4c3fcc96c83ac21671dcf3112
2019-11-20 16:46:45 +0100 to 2019-12-01 13:02:12 -0500
- Update unwinding.md
- ci: remove needless rust-docs component

## cargo

15 commits in 626f0f40efd32e6b3dbade50cd53fdfaa08446ba..5a139f7e6d67fd8a416a3f19d8e01581d24c0333
2019-12-03 16:53:04 +0000 to 2019-12-10 20:17:50 +0000
- Bump cargo-platform version. (rust-lang/cargo#7693)
- Add a test for `cargo locate-project` (rust-lang/cargo#7690)
- Emit error on [target.'cfg(debug_assertions)'.dependencies] and similar (rust-lang/cargo#7660)
- Update the layout of `Cargo Commands` in doc (rust-lang/cargo#7687)
- Features and dependencies can't have the same name (rust-lang/cargo#7682)
- Fix some typos in doc (rust-lang/cargo#7672)
- Add test for `NAME` environment variable when `cargo new` (rust-lang/cargo#7667)
- Add test for `GIT_COMMITTER_EMAIL` when `cargo new` (rust-lang/cargo#7666)
- document support for Bitbucket Pipelines badges (rust-lang/cargo#7663)
- Add cargo-vendor to the list of cargo commands in doc (rust-lang/cargo#7659)
- Fix typo in section 'Caching the Cargo home in CI' (rust-lang/cargo#7661)
- Docs: Add an appendix on git authentication. (rust-lang/cargo#7658)
- Remove --offline empty index error. (rust-lang/cargo#7655)
- Change the link destination of cargo book contribution (rust-lang/cargo#7657)
- Add a --offline hint. (rust-lang/cargo#7654)

## reference

2 commits in 9e843ae..787e8d8
2019-11-24 17:44:04 +0100 to 2019-12-10 10:01:29 -0800
- Update for visibility syntax changes. (rust-lang/reference#722)
- document `bind_by_move_pattern_guards` (rust-lang/reference#720)

## book

2 commits in 81ebaa2a3f88d4d106516c489682e64cacba4f60..ef8bb568035ded8ddfa30a9309026638cc3c8136
2019-11-15 08:30:04 -0800 to 2019-11-28 11:00:04 -0600
- Remove optional commas from match arms in ch18-03 (rust-lang/book#2176)
- Remove call_box() from ch20-03 (rust-lang/book#2177)

## rust-by-example

1 commits in 4835e025826729827a94fdeb7cb85fed288d08bb..b7ac1bc76b7d02a43c83b3a931d226f708aa1ff4
2019-11-14 09:20:43 -0300 to 2019-12-02 11:38:43 -0300
- Make TryFrom & TryInto example editable (rust-lang/rust-by-example#1297)

## embedded-book

1 commits in 5ca585c4a7552efb546e7681c3de0712f4ae4fdc..c26234930282210849256e4ecab925f0f2daf3be
2019-08-27 13:39:14 +0000 to 2019-12-07 17:25:11 +0000
- Fix `impl Gpio` -> `impl GpioConfig`  (rust-embedded/book#216)
Centril added a commit to Centril/rust that referenced this pull request Dec 15, 2019
Update cargo, books

Update nomicon, cargo, reference, book, rust-by-example, embedded-book

## nomicon

2 commits in 041c46e692a2592853aeca132c8dfe8eb5a79a9e..8be35b201f9cf0a4c3fcc96c83ac21671dcf3112
2019-11-20 16:46:45 +0100 to 2019-12-01 13:02:12 -0500
- Update unwinding.md
- ci: remove needless rust-docs component

## cargo

15 commits in 626f0f40efd32e6b3dbade50cd53fdfaa08446ba..5a139f7e6d67fd8a416a3f19d8e01581d24c0333
2019-12-03 16:53:04 +0000 to 2019-12-10 20:17:50 +0000
- Bump cargo-platform version. (rust-lang/cargo#7693)
- Add a test for `cargo locate-project` (rust-lang/cargo#7690)
- Emit error on [target.'cfg(debug_assertions)'.dependencies] and similar (rust-lang/cargo#7660)
- Update the layout of `Cargo Commands` in doc (rust-lang/cargo#7687)
- Features and dependencies can't have the same name (rust-lang/cargo#7682)
- Fix some typos in doc (rust-lang/cargo#7672)
- Add test for `NAME` environment variable when `cargo new` (rust-lang/cargo#7667)
- Add test for `GIT_COMMITTER_EMAIL` when `cargo new` (rust-lang/cargo#7666)
- document support for Bitbucket Pipelines badges (rust-lang/cargo#7663)
- Add cargo-vendor to the list of cargo commands in doc (rust-lang/cargo#7659)
- Fix typo in section 'Caching the Cargo home in CI' (rust-lang/cargo#7661)
- Docs: Add an appendix on git authentication. (rust-lang/cargo#7658)
- Remove --offline empty index error. (rust-lang/cargo#7655)
- Change the link destination of cargo book contribution (rust-lang/cargo#7657)
- Add a --offline hint. (rust-lang/cargo#7654)

## reference

2 commits in 9e843ae..787e8d8
2019-11-24 17:44:04 +0100 to 2019-12-10 10:01:29 -0800
- Update for visibility syntax changes. (rust-lang/reference#722)
- document `bind_by_move_pattern_guards` (rust-lang/reference#720)

## book

2 commits in 81ebaa2a3f88d4d106516c489682e64cacba4f60..ef8bb568035ded8ddfa30a9309026638cc3c8136
2019-11-15 08:30:04 -0800 to 2019-11-28 11:00:04 -0600
- Remove optional commas from match arms in ch18-03 (rust-lang/book#2176)
- Remove call_box() from ch20-03 (rust-lang/book#2177)

## rust-by-example

1 commits in 4835e025826729827a94fdeb7cb85fed288d08bb..b7ac1bc76b7d02a43c83b3a931d226f708aa1ff4
2019-11-14 09:20:43 -0300 to 2019-12-02 11:38:43 -0300
- Make TryFrom & TryInto example editable (rust-lang/rust-by-example#1297)

## embedded-book

1 commits in 5ca585c4a7552efb546e7681c3de0712f4ae4fdc..c26234930282210849256e4ecab925f0f2daf3be
2019-08-27 13:39:14 +0000 to 2019-12-07 17:25:11 +0000
- Fix `impl Gpio` -> `impl GpioConfig`  (rust-embedded/book#216)
bors added a commit that referenced this pull request Dec 15, 2019
Rollup of 6 pull requests

Successful merges:

 - #65778 (Stabilize `std::{rc,sync}::Weak::{weak_count, strong_count}`)
 - #66570 (stabilize Result::map_or)
 - #67206 (Update cargo, books)
 - #67285 (Indicate origin of where type parameter for uninferred types )
 - #67317 (fix type_name_of_val doc comment)
 - #67324 (Fix repetition in matches/mod.rs)

Failed merges:

r? @ghost
@bors
Copy link
Contributor

bors commented Dec 16, 2019

⌛ Testing commit 5141c48 with merge 279a2a8a72c188f679909c5fd80608480637935e...

@rust-highfive
Copy link
Collaborator

Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.
2019-12-16T07:36:00.9817379Z ## embedded-book
2019-12-16T07:36:00.9817524Z ## nomicon
2019-12-16T07:36:00.9817663Z ## reference
2019-12-16T07:36:00.9817787Z ## rust-by-example
2019-12-16T07:36:00.9817979Z - Add a --offline hint. (rust-lang/cargo#7654)
2019-12-16T07:36:00.9818130Z - Add a test for `cargo locate-project` (rust-lang/cargo#7690)
2019-12-16T07:36:00.9818301Z - Add cargo-vendor to the list of cargo commands in doc (rust-lang/cargo#7659)
2019-12-16T07:36:00.9818646Z - Add test for `GIT_COMMITTER_EMAIL` when `cargo new` (rust-lang/cargo#7666)
2019-12-16T07:36:00.9818810Z - Add test for `NAME` environment variable when `cargo new` (rust-lang/cargo#7667)
2019-12-16T07:36:00.9819070Z - Bump cargo-platform version. (rust-lang/cargo#7693)
2019-12-16T07:36:00.9819420Z - Change the link destination of cargo book contribution (rust-lang/cargo#7657)
2019-12-16T07:36:00.9819947Z - Docs: Add an appendix on git authentication. (rust-lang/cargo#7658)
2019-12-16T07:36:00.9820361Z - Emit error on [target.'cfg(debug_assertions)'.dependencies] and similar (rust-lang/cargo#7660)
2019-12-16T07:36:00.9820607Z - Features and dependencies can't have the same name (rust-lang/cargo#7682)
2019-12-16T07:36:00.9820819Z - Fix `impl Gpio` -> `impl GpioConfig`  (rust-embedded/book#216)
2019-12-16T07:36:00.9821187Z - Fix some typos in doc (rust-lang/cargo#7672)
2019-12-16T07:36:00.9821348Z - Fix typo in section 'Caching the Cargo home in CI' (rust-lang/cargo#7661)
2019-12-16T07:36:00.9821528Z - Make TryFrom & TryInto example editable (rust-lang/rust-by-example#1297)
2019-12-16T07:36:00.9821898Z - Remove --offline empty index error. (rust-lang/cargo#7655)
2019-12-16T07:36:00.9822061Z - Remove call_box() from ch20-03 (rust-lang/book#2177)
2019-12-16T07:36:00.9822231Z - Remove optional commas from match arms in ch18-03 (rust-lang/book#2176)
2019-12-16T07:36:00.9822409Z - Update for visibility syntax changes. (rust-lang-nursery/reference#722)
2019-12-16T07:36:00.9822733Z - Update the layout of `Cargo Commands` in doc (rust-lang/cargo#7687)
2019-12-16T07:36:00.9823024Z - ci: remove needless rust-docs component
2019-12-16T07:36:00.9827516Z - document `bind_by_move_pattern_guards` (rust-lang-nursery/reference#720)
2019-12-16T07:36:00.9827516Z - document `bind_by_move_pattern_guards` (rust-lang-nursery/reference#720)
2019-12-16T07:36:00.9833980Z - document support for Bitbucket Pipelines badges (rust-lang/cargo#7663)
2019-12-16T07:36:00.9834252Z 1 commits in 4835e025826729827a94fdeb7cb85fed288d08bb..b7ac1bc76b7d02a43c83b3a931d226f708aa1ff4
2019-12-16T07:36:00.9834450Z 1 commits in 5ca585c4a7552efb546e7681c3de0712f4ae4fdc..c26234930282210849256e4ecab925f0f2daf3be
2019-12-16T07:36:00.9834801Z 15 commits in 626f0f40efd32e6b3dbade50cd53fdfaa08446ba..5a139f7e6d67fd8a416a3f19d8e01581d24c0333
2019-12-16T07:36:00.9834970Z 2 commits in 041c46e692a2592853aeca132c8dfe8eb5a79a9e..8be35b201f9cf0a4c3fcc96c83ac21671dcf3112
2019-12-16T07:36:00.9835155Z 2 commits in 81ebaa2a3f88d4d106516c489682e64cacba4f60..ef8bb568035ded8ddfa30a9309026638cc3c8136
2019-12-16T07:36:00.9835339Z 2 commits in 9e843aeb4df083522c7277179bbaa25d0507731c..787e8d84034a4a0ae17084bbae25474152144b9a
2019-12-16T07:36:00.9835666Z 2019-11-14 09:20:43 -0300 to 2019-12-02 11:38:43 -0300
2019-12-16T07:36:00.9835984Z 2019-11-15 08:30:04 -0800 to 2019-11-28 11:00:04 -0600
2019-12-16T07:36:00.9836151Z 2019-11-20 16:46:45 +0100 to 2019-12-01 13:02:12 -0500
2019-12-16T07:36:00.9836319Z 2019-11-24 17:44:04 +0100 to 2019-12-10 10:01:29 -0800
---
2019-12-16T07:36:00.9922501Z USERDOMAIN_ROAMINGPROFILE=fv-az433
2019-12-16T07:36:00.9922807Z USERNAME=VssAdministrator
2019-12-16T07:36:00.9922888Z USERPROFILE=C:\Users\VssAdministrator
2019-12-16T07:36:00.9923442Z Update cargo, books
2019-12-16T07:36:00.9923535Z Update nomicon, cargo, reference, book, rust-by-example, embedded-book
2019-12-16T07:36:00.9925505Z VS140COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\
2019-12-16T07:36:00.9925581Z VSTS_AGENT_PERFLOG=c:\vsts\perflog
2019-12-16T07:36:00.9926004Z VSTS_PROCESS_LOOKUP_ID=vsts_2fd4973e-2fdb-46b5-90ff-e6eaa2a1452b
2019-12-16T07:36:00.9926245Z WINDIR=C:\windows
---
2019-12-16T07:36:13.2690750Z Chocolatey v0.10.15
2019-12-16T07:36:42.7877346Z Installing the following packages:
2019-12-16T07:36:42.7881854Z msys2
2019-12-16T07:36:42.7886109Z By installing you accept licenses for the packages.
2019-12-16T07:38:23.4523777Z Error retrieving packages from source 'https://chocolatey.org/api/v2/':
2019-12-16T07:38:23.4524083Z  Could not connect to the feed specified at 'https://chocolatey.org/api/v2/'. Please verify that the package source (located in the Package Manager Settings) is valid and ensure your network connectivity.
2019-12-16T07:38:23.4530929Z msys2 not installed. The package was not found with the source(s) listed.
2019-12-16T07:38:23.4531069Z  Source(s): 'https://chocolatey.org/api/v2/'
2019-12-16T07:38:23.4531356Z  NOTE: When you specify explicit sources, it overrides default sources.
2019-12-16T07:38:23.4531465Z If the package version is a prerelease and you didn't specify `--pre`,
2019-12-16T07:38:23.4531801Z Please see https://chocolatey.org/docs/troubleshooting for more 
2019-12-16T07:38:23.4531888Z  assistance.
2019-12-16T07:38:23.4621922Z 
2019-12-16T07:38:23.4622105Z Chocolatey installed 0/1 packages. 1 packages failed.
2019-12-16T07:38:23.4622105Z Chocolatey installed 0/1 packages. 1 packages failed.
2019-12-16T07:38:23.4622184Z  See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
2019-12-16T07:38:23.4628615Z 
2019-12-16T07:38:23.4632280Z Failures
2019-12-16T07:38:23.4639959Z  - msys2 - msys2 not installed. The package was not found with the source(s) listed.
2019-12-16T07:38:23.4640068Z  Source(s): 'https://chocolatey.org/api/v2/'
2019-12-16T07:38:23.4640279Z  NOTE: When you specify explicit sources, it overrides default sources.
2019-12-16T07:38:23.4640380Z If the package version is a prerelease and you didn't specify `--pre`,
2019-12-16T07:38:23.4640562Z Please see https://chocolatey.org/docs/troubleshooting for more 
2019-12-16T07:38:23.4640696Z  assistance.
2019-12-16T07:38:23.8132471Z 
2019-12-16T07:38:23.8132471Z 
2019-12-16T07:38:23.8208722Z ##[error]Bash exited with code '1'.
2019-12-16T07:38:23.8340618Z ##[section]Starting: Checkout
2019-12-16T07:38:23.8434583Z ==============================================================================
2019-12-16T07:38:23.8434668Z Task         : Get sources
2019-12-16T07:38:23.8434755Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.

I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact @TimNN. (Feature Requests)

@bors
Copy link
Contributor

bors commented Dec 16, 2019

💔 Test failed - checks-azure

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Dec 16, 2019
@Centril
Copy link
Contributor

Centril commented Dec 16, 2019

@bors retry

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 16, 2019
@Centril
Copy link
Contributor

Centril commented Dec 21, 2019

@bors p=199

@bors
Copy link
Contributor

bors commented Dec 21, 2019

⌛ Testing commit 5141c48 with merge 00dfc31d11dfa08d7e75b8160cc499397cecf57a...

@rust-highfive
Copy link
Collaborator

Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log.
2019-12-21T17:36:46.6347097Z Chocolatey v0.10.15
2019-12-21T17:37:35.3128895Z Installing the following packages:
2019-12-21T17:37:35.3133027Z msys2
2019-12-21T17:37:35.3137839Z By installing you accept licenses for the packages.
2019-12-21T17:39:16.0564457Z Error retrieving packages from source 'https://chocolatey.org/api/v2/':
2019-12-21T17:39:16.0565204Z  Could not connect to the feed specified at 'https://chocolatey.org/api/v2/'. Please verify that the package source (located in the Package Manager Settings) is valid and ensure your network connectivity.
2019-12-21T17:39:16.0572852Z msys2 not installed. The package was not found with the source(s) listed.
2019-12-21T17:39:16.0573321Z  Source(s): 'https://chocolatey.org/api/v2/'
2019-12-21T17:39:16.0573704Z  NOTE: When you specify explicit sources, it overrides default sources.
2019-12-21T17:39:16.0574072Z If the package version is a prerelease and you didn't specify `--pre`,
2019-12-21T17:39:16.0574923Z Please see https://chocolatey.org/docs/troubleshooting for more 
2019-12-21T17:39:16.0575434Z  assistance.
2019-12-21T17:39:16.0674427Z 
2019-12-21T17:39:16.0675289Z Chocolatey installed 0/1 packages. 1 packages failed.
2019-12-21T17:39:16.0675289Z Chocolatey installed 0/1 packages. 1 packages failed.
2019-12-21T17:39:16.0676008Z  See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
2019-12-21T17:39:16.0679753Z 
2019-12-21T17:39:16.0685231Z Failures
2019-12-21T17:39:16.0692518Z  - msys2 - msys2 not installed. The package was not found with the source(s) listed.
2019-12-21T17:39:16.0693154Z  Source(s): 'https://chocolatey.org/api/v2/'
2019-12-21T17:39:16.0693554Z  NOTE: When you specify explicit sources, it overrides default sources.
2019-12-21T17:39:16.0693947Z If the package version is a prerelease and you didn't specify `--pre`,
2019-12-21T17:39:16.0695029Z Please see https://chocolatey.org/docs/troubleshooting for more 
2019-12-21T17:39:16.0695387Z  assistance.
2019-12-21T17:39:16.4170072Z 
2019-12-21T17:39:16.4170072Z 
2019-12-21T17:39:16.4243717Z ##[error]Bash exited with code '1'.
2019-12-21T17:39:16.4349416Z ##[section]Starting: Checkout
2019-12-21T17:39:16.4447913Z ==============================================================================
2019-12-21T17:39:16.4447996Z Task         : Get sources
2019-12-21T17:39:16.4448095Z Description  : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.

I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact @TimNN. (Feature Requests)

@bors
Copy link
Contributor

bors commented Dec 21, 2019

💔 Test failed - checks-azure

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Dec 21, 2019
@Centril
Copy link
Contributor

Centril commented Dec 21, 2019

@bors retry spurious

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 21, 2019
@bors
Copy link
Contributor

bors commented Dec 21, 2019

⌛ Testing commit 5141c48 with merge fc5deca...

bors added a commit that referenced this pull request Dec 21, 2019
Update cargo, books

Update nomicon, cargo, reference, book, rust-by-example, embedded-book

## nomicon

2 commits in 041c46e692a2592853aeca132c8dfe8eb5a79a9e..8be35b201f9cf0a4c3fcc96c83ac21671dcf3112
2019-11-20 16:46:45 +0100 to 2019-12-01 13:02:12 -0500
- Update unwinding.md
- ci: remove needless rust-docs component

## cargo

15 commits in 626f0f40efd32e6b3dbade50cd53fdfaa08446ba..5a139f7e6d67fd8a416a3f19d8e01581d24c0333
2019-12-03 16:53:04 +0000 to 2019-12-10 20:17:50 +0000
- Bump cargo-platform version. (rust-lang/cargo#7693)
- Add a test for `cargo locate-project` (rust-lang/cargo#7690)
- Emit error on [target.'cfg(debug_assertions)'.dependencies] and similar (rust-lang/cargo#7660)
- Update the layout of `Cargo Commands` in doc (rust-lang/cargo#7687)
- Features and dependencies can't have the same name (rust-lang/cargo#7682)
- Fix some typos in doc (rust-lang/cargo#7672)
- Add test for `NAME` environment variable when `cargo new` (rust-lang/cargo#7667)
- Add test for `GIT_COMMITTER_EMAIL` when `cargo new` (rust-lang/cargo#7666)
- document support for Bitbucket Pipelines badges (rust-lang/cargo#7663)
- Add cargo-vendor to the list of cargo commands in doc (rust-lang/cargo#7659)
- Fix typo in section 'Caching the Cargo home in CI' (rust-lang/cargo#7661)
- Docs: Add an appendix on git authentication. (rust-lang/cargo#7658)
- Remove --offline empty index error. (rust-lang/cargo#7655)
- Change the link destination of cargo book contribution (rust-lang/cargo#7657)
- Add a --offline hint. (rust-lang/cargo#7654)

## reference

2 commits in 9e843ae..787e8d8
2019-11-24 17:44:04 +0100 to 2019-12-10 10:01:29 -0800
- Update for visibility syntax changes. (rust-lang/reference#722)
- document `bind_by_move_pattern_guards` (rust-lang/reference#720)

## book

2 commits in 81ebaa2a3f88d4d106516c489682e64cacba4f60..ef8bb568035ded8ddfa30a9309026638cc3c8136
2019-11-15 08:30:04 -0800 to 2019-11-28 11:00:04 -0600
- Remove optional commas from match arms in ch18-03 (rust-lang/book#2176)
- Remove call_box() from ch20-03 (rust-lang/book#2177)

## rust-by-example

1 commits in 4835e025826729827a94fdeb7cb85fed288d08bb..b7ac1bc76b7d02a43c83b3a931d226f708aa1ff4
2019-11-14 09:20:43 -0300 to 2019-12-02 11:38:43 -0300
- Make TryFrom & TryInto example editable (rust-lang/rust-by-example#1297)

## embedded-book

1 commits in 5ca585c4a7552efb546e7681c3de0712f4ae4fdc..c26234930282210849256e4ecab925f0f2daf3be
2019-08-27 13:39:14 +0000 to 2019-12-07 17:25:11 +0000
- Fix `impl Gpio` -> `impl GpioConfig`  (rust-embedded/book#216)
@bors
Copy link
Contributor

bors commented Dec 21, 2019

☀️ Test successful - checks-azure
Approved by: dtolnay
Pushing fc5deca to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Dec 21, 2019
@bors bors merged commit 5141c48 into rust-lang:master Dec 21, 2019
@dtolnay dtolnay assigned dtolnay and unassigned alexcrichton Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants