Skip to content

Commit e575dcd

Browse files
committed
Merge pull request #196 from petrochenkov/patch-1
Fix mistakes in the latest TWIR
2 parents 06ded94 + f30cbfc commit e575dcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/2016-04-11-this-week-in-rust.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ If you are a Rust project owner and are looking for contributors, please submit
8080
* [Specialize `==` for `[T]` and `[u8]` to `memcmp`](https://github.com/rust-lang/rust/pull/32699) (also `Ord`, `PartialOrd`)
8181
* [File IO buffer size now 8K](https://github.com/rust-lang/rust/pull/32695)
8282
* [AST now can represent `pub(restricted)`](https://github.com/rust-lang/rust/pull/32688)
83-
* [Prepare `privates_in_public` lint for `pub(restricted)`](https://github.com/rust-lang/rust/pull/32674)
83+
* [Prepare private-in-public checker for `pub(restricted)`](https://github.com/rust-lang/rust/pull/32674)
8484
* [Simplified AST `StructField`](https://github.com/rust-lang/rust/pull/32682)
8585
* [Restrict atomic intrinsics to integers](https://github.com/rust-lang/rust/pull/32647)
8686
* [Save/Load the dependency graph for incremental compilation](https://github.com/rust-lang/rust/pull/32016)
@@ -100,7 +100,7 @@ process](https://github.com/rust-lang/rfcs#rust-rfcs). These
100100
are the RFCs that were approved for implementation this week:
101101

102102
* [RFC 1513: Stabilize implementing panics as aborts](https://github.com/rust-lang/rfcs/pull/1513).
103-
* [RFC 1444: Provide native support for C-compatible unions, defined via a new keyword `untagged_union`](https://github.com/rust-lang/rfcs/pull/1444).
103+
* [RFC 1444: Provide native support for C-compatible unions, defined via a contextual keyword `union`](https://github.com/rust-lang/rfcs/pull/1444).
104104
* [RFC 1398: Add a standard allocator interface and support for user-defined allocators](https://github.com/rust-lang/rfcs/pull/1398).
105105
* [Amend RFC 550 with misc. follow set corrections](https://github.com/rust-lang/rfcs/pull/1494).
106106

0 commit comments

Comments
 (0)