Skip to content

Commit 5055322

Browse files
authored
Merge pull request #253 from rust-lang/wesleywiser-patch-1
Add notes for compiler team triage meeting on 2020-02-20
2 parents 4a9dd4d + dc41e2c commit 5055322

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: 2020.02.20
3+
type: docs
4+
---
5+
6+
# 2020-02-20
7+
8+
## Announcements
9+
10+
11+
- On Feb 28th we will discuss our triage procedures and how we can make them more efficient.
12+
See [rust-lang/compiler-team#247] for more details.
13+
14+
- On Mar 6th, we will discuss plans to extract rustc's representation of types and trait solving into a standalone library.
15+
See [rust-lang/compiler-team#234] for more details.
16+
17+
- Please review the new [rollup guidance] if you haven't yet.
18+
19+
- Triagebot now has [notification functionality]
20+
21+
## Backport nominations
22+
23+
- Revert "Remove checked_add in Layout::repeat" [#69241]
24+
- Approved for stable and beta backport
25+
26+
- Do not ICE when encountering yield inside async block [#69175]
27+
- Approved for stable & beta backport
28+
29+
- Account for bounds and asociated items when denying _ [#69148]
30+
- Backport declined
31+
32+
- Make conflicting_repr_hints a deny-by-default c-future-compat lint [#68586]
33+
- Approved for beta backport
34+
35+
- Fix MIR typeck soundness holes [#69145]
36+
- Approved for stable backport
37+
38+
## Working group sync
39+
40+
We ran out of time due to a large number of issues to triage and the related discussion.
41+
42+
[#68586]: https://github.com/rust-lang/rust/pull/68586
43+
[#69145]: https://github.com/rust-lang/rust/pull/69145
44+
[#69148]: https://github.com/rust-lang/rust/pull/69148
45+
[#69175]: https://github.com/rust-lang/rust/pull/69175
46+
[#69241]: https://github.com/rust-lang/rust/pull/69241
47+
[rust-lang/compiler-team#234]: https://github.com/rust-lang/compiler-team/issues/234
48+
[rust-lang/compiler-team#247]: https://github.com/rust-lang/compiler-team/issues/247
49+
[rollup guidance]: https://internals.rust-lang.org/t/rollup-never-always-guidance/11827
50+
[notification functionality]: https://internals.rust-lang.org/t/triagebot-notifications/11857

0 commit comments

Comments
 (0)