Skip to content

Commit b7a7a18

Browse files
authored
Merge pull request #2620 from rust-lang/add-links-417
Add links 417
2 parents 36078be + 2b0bc6b commit b7a7a18

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

draft/2021-11-17-this-week-in-rust.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ If you find any errors in this week's issue, [please submit a PR](https://github
2222

2323
* [Rust Foundation Announces Cloud Compute Program](https://foundation.rust-lang.org/news/2021-11-16-news-announcing-cloud-compute-initiative/)
2424
* [Tag1 Joins the Rust Foundation as the First Silver Member](https://www.tag1consulting.com/blog/tag1-joins-rust-foundation-first-silver-member)
25+
* [Rust Foundation Taps Rebecca Rumbul as Executive Director & CEO](https://foundation.rust-lang.org/news/2021-11-17-news-announcing-rebecca-rumbul-executive-director-ceo/)
26+
* [Hello Everyone! How Can I Help?](https://foundation.rust-lang.org/posts/2021-11-17-introducing-rebecca-rumbul/)
2527

2628
### Project/Tooling Updates
2729

@@ -54,6 +56,7 @@ If you find any errors in this week's issue, [please submit a PR](https://github
5456
* [Testing multiple implementations of a trait in Rust](https://eli.thegreenplace.net/2021/testing-multiple-implementations-of-a-trait-in-rust/)
5557
* [Introducing hRPC: a simple RPC system for user-facing APIs](https://dev.to/harmonydevelopment/introducing-hrpc-a-simple-rpc-system-for-user-facing-apis-16ge)
5658
* [Rust on MIPS64 Windows NT 4.0](https://gamozolabs.github.io/fuzzing/2021/11/16/rust_on_nt_mips.html)
59+
* [How to get started with Rust for RISC-V Linux](https://dev.to/jareds/how-to-get-started-with-rust-for-risc-v-linux-2fop)
5760
* [[ZH] Rust Reading Club Part 1](https://github.com/RustMagazine/rust_magazine_2021/blob/main/src/chapter_11/rust-reading-club-part1.md)
5861
* [video] [Rust Web Development - Warp Introduction (by example)](https://www.youtube.com/watch?v=HNnbIW2Kzbc)
5962
* [video] [Getting started with opencv on Rust](https://www.youtube.com/watch?v=zcfixnuJFXg)
@@ -152,7 +155,7 @@ Revision range: [eee8b9c7..934624f](https://perf.rust-lang.org/?start=eee8b9c7ba
152155
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
153156
are the RFCs that were approved for implementation this week:
154157

155-
*No RFCs were approved this week.*
158+
* *No RFCs were approved this week.*
156159

157160
### Final Comment Period
158161

@@ -162,18 +165,17 @@ decision. Express your opinions now.
162165

163166
### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
164167

165-
* [disposition: merge] [Cargo --crate-type CLI Argument](https://github.com/rust-lang/rfcs/pull/3180)
166-
* [disposition: merge] [Static async fn in traits](https://github.com/rust-lang/rfcs/pull/3185)
168+
* [disposition: merge] [Add RFC float-next-up-down.](https://github.com/rust-lang/rfcs/pull/3173)
167169

168170
### [Tracking Issues & PRs](https://github.com/rust-lang/rust/labels/final-comment-period)
169171

170-
* [disposition: merge] [stabilize format args capture](https://github.com/rust-lang/rust/pull/90473)
171-
* [disposition: merge] [Stabilize -Z symbol-mangling-version=v0 as -C symbol-mangling-version=v0](https://github.com/rust-lang/rust/pull/90128)
172-
* [disposition: merge] [Stabilize -Z strip as -C strip](https://github.com/rust-lang/rust/pull/90058)
172+
* [disposition: merge] [#![feature(maybe_uninit_extra,const_maybe_uninit_write)]](https://github.com/rust-lang/rust/issues/63567)
173173

174-
### New RFCs
174+
### [New RFCs](https://github.com/rust-lang/rfcs/pulls)
175175

176-
* [Add provide_any module to core](https://github.com/rust-lang/rfcs/pull/3192)
176+
* [Add std::inputln()](https://github.com/rust-lang/rfcs/pull/3196)
177+
* [Fix link in RFC 2873](https://github.com/rust-lang/rfcs/pull/3195)
178+
* [return position impl trait in traits](https://github.com/rust-lang/rfcs/pull/3193)
177179

178180
## Upcoming Events
179181

0 commit comments

Comments
 (0)