Conversation
- unbreak the build under openbsd - while here, apply same modification to dragonfly, freebsd, ios (pid_t imported, but not used in raw.rs)
First, a link was broken. Second, the wording was a bit unclear, so I fixed it up. Fixes rust-lang#24852
These compile down to `mov $CONSTANT, register; ret`, but the lack of `#[inline]` meant they have a full `call ...` when used from external crates.
The variable doesn't need to be mutable.
Even spelled out, one would say 'a Universal Character Set'
|
(rust_highfive has picked a reviewer for you, use r? to override) |
|
@bors-servo: r+ p=20 |
|
📌 Commit 3334bd0 has been approved by |
|
@Manishearth: wrong bors :P though I guess it doesn't care what name. |
|
Yeah :) |
|
⌛ Testing commit 3334bd0 with merge fe09710... |
|
💔 Test failed - auto-mac-64-opt |
|
@bors: r+ force |
|
📌 Commit ac12fc8 has been approved by |
|
⌛ Testing commit ac12fc8 with merge 5cdfbca... |
|
💔 Test failed - auto-mac-64-opt |
|
📌 Commit ac6091d has been approved by |
|
⌛ Testing commit ac6091d with merge dceb125... |
|
@bors: r+ force |
|
📌 Commit ac6091d has been approved by |
|
⛄ The build was interrupted to prioritize another pull request. |
|
⌛ Testing commit ac6091d with merge 57cb132... |
|
💔 Test failed - auto-linux-32-opt |
…lexcrichton Hi! While researching stuff for the reference and the grammar, I came across a few mentions of using the `priv` keyword that was removed in 0.11.0 (rust-lang#13547, rust-lang#8122, rust-lang/rfcs#26, [RFC 0026](https://github.com/rust-lang/rfcs/blob/master/text/0026-remove-priv.md)). One occurrence is a mention in the reference, a few are in comments, and a few are marking test functions. I left the test that makes sure you can't name an ident `priv` since it's still a reserved keyword. I did a little grepping around for `priv `, priv in backticks, `Private` etc and I think the remaining instances are fine, but if anyone knows anywhere in particular I should check for any other lingering mentions of `priv`, please let me know and I would be happy to! 🍂 🌊
…r=steveklabnik Fix incorrect link tag formatting in `doc/trpl/nightly-rust.md`. Notice the last word of the paragraph. Before:  After: 
- unbreak the build under openbsd - while here, apply same modification to dragonfly, freebsd, ios (pid_t imported, but not used in raw.rs) r? @alexcrichton cc @wg @mneumann @vhbit
First, a link was broken. Second, the wording was a bit unclear, so I fixed it up. Fixes rust-lang#24852
…ichton These compile down to `mov $CONSTANT, register; ret`, but the lack of `#[inline]` meant they have a full `call ...` when used from external crates.
The variable doesn't need to be mutable.
Even spelled out, one would say 'a Universal Character Set'
|
@bors: r+ force |
|
📌 Commit 616b94b has been approved by |
priv#24981, fix incorrect link tag in doc/trpl/nightly-rust.md #24982, Fixed iOS build #24983, Add test for #15919 #24987, remove denied unused import: pid_t in raw #24988, Fix two issues with TRPL: unsized types #24991, Describe (a,) vs (a) in docs #24992, Fix code sample, remove unstable code #24994, Fix broken links in the book. #24998, Clarify intention wrt integers #25002, Mark the {min,max}_value functions on integers #[inline]. #25010, Remove unnecessary 'mut' qualifier on doc-comment var #25014, doc: current_dir returns a PathBuf, not a Path #25020, Replaces instanced of 'an UTF' with 'a UTF' #25021