-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #41551 - frewsxcv:rollup, r=frewsxcv
Rollup of 9 pull requests - Successful merges: #39983, #41442, #41463, #41500, #41518, #41527, #41528, #41530, #41535 - Failed merges:
- Loading branch information
Showing
9 changed files
with
221 additions
and
16 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
11 changes: 11 additions & 0 deletions
11
src/doc/unstable-book/src/library-features/more-io-inner-methods.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# `more_io_inner_methods` | ||
|
||
The tracking issue for this feature is: [#41519] | ||
|
||
[#41519]: https://github.com/rust-lang/rust/issues/41519 | ||
|
||
------------------------ | ||
|
||
This feature enables several internal accessor methods on structures in | ||
`std::io` including `Take::{get_ref, get_mut}` and `Chain::{into_inner, get_ref, | ||
get_mut}`. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
@echo off | ||
setlocal | ||
|
||
REM Copyright 2014 The Rust Project Developers. See the COPYRIGHT | ||
REM file at the top-level directory of this distribution and at | ||
REM http://rust-lang.org/COPYRIGHT. | ||
REM | ||
REM Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or | ||
REM http://www.apache.org/licenses/LICENSE-2.0> or the MIT license | ||
REM <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your | ||
REM option. This file may not be copied, modified, or distributed | ||
REM except according to those terms. | ||
|
||
for /f "delims=" %%i in ('rustc --print=sysroot') do set rustc_sysroot=%%i | ||
|
||
set rust_etc=%rustc_sysroot%\lib\rustlib\etc | ||
|
||
windbg -c ".nvload %rust_etc%\libcore.natvis;.nvload %rust_etc%\libcollections.natvis;" %* |
This file contains 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
This file contains 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
This file contains 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
This file contains 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