(Meeting attendees, feel free to add items here!)
rustc_must_implement_one_of
Link: https://github.com/rust-lang/lang-team/issues/102
Link: https://github.com/rust-lang/lang-team/issues/125
Link: https://github.com/rust-lang/lang-team/issues/126
Link: https://github.com/rust-lang/lang-team/issues/135
Link: https://github.com/rust-lang/lang-team/issues/143
Link: https://github.com/rust-lang/lang-team/issues/147
Link: https://github.com/rust-lang/lang-team/issues/150
Link: https://github.com/rust-lang/lang-team/issues/158
?
traits, try
blocks, yeet
exprs, oh my" lang-team#160Link: https://github.com/rust-lang/lang-team/issues/160
Link: https://github.com/rust-lang/lang-team/issues/161
Link: https://github.com/rust-lang/lang-team/issues/162
where const { <block> }
" lang-team#163Link: https://github.com/rust-lang/lang-team/issues/163
Link: https://github.com/rust-lang/lang-team/issues/165
DynSized
" lang-team#166Link: https://github.com/rust-lang/lang-team/pull/166
Link: https://github.com/rust-lang/rfcs/pull/3245
Check your boxes!
#![register_attr]
" rust#66080Team member @joshtriplett has proposed to close this. The next step is review by the rest of the tagged team members:
- @cramertj
- @joshtriplett
- @nikomatsakis
- @pnkfelix
- @scottmcm
No concerns currently listed.
Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up!
See this document for info about what commands tagged team members can give me.
It's quite possible that all the uses should migrate to #![register_tool] (https://github.com/rust-lang/rust/issues/66079) instead.
We discussed this in today's @rust-lang/lang meeting, and we agreed: anything new should be scoped, and anything existing we need to support for backwards compatibility shouldn't require calling
register_tool
first, so we can just keep the hardcoding of the handful of exceptions in the compiler.@rfcbot close
let else
" rust#93628Team member @joshtriplett has proposed to merge this. The next step is review by the rest of the tagged team members:
- @cramertj
- @joshtriplett
- @nikomatsakis
- @pnkfelix
- @scottmcm
Concerns:
- need-consistency-rvalue-temporary-rules-between-let-and-let-else (https://github.com/rust-lang/rust/pull/93628#issuecomment-1055738523)
not-while-rustfmt-breaks-on-itresolved by https://github.com/rust-lang/rust/pull/93628#issuecomment-1032936704semicolonresolved by https://github.com/rust-lang/rust/pull/93628#issuecomment-1059799661stabilization-reportresolved by https://github.com/rust-lang/rust/pull/93628#issuecomment-1033846359summarize-concernsresolved by https://github.com/rust-lang/rust/pull/93628#issuecomment-1056785904Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up!
See this document for info about what commands tagged team members can give me.
Shall we stabilize
let else
syntax? We've had many demonstrated uses, including extensively throughoutrust-lang/rust
, we've seen the value of it, and there aren't any known issues with it.@rfcbot merge
Team member @joshtriplett has proposed to merge this. The next step is review by the rest of the tagged team members:
- @cramertj
- @joshtriplett
- @nikomatsakis
- @pnkfelix
- @scottmcm
No concerns currently listed.
Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up!
See this document for info about what commands tagged team members can give me.
@rfcbot merge
Link: https://github.com/rust-lang/lang-team/issues/102
Link: https://github.com/rust-lang/lang-team/issues/126
Link: https://github.com/rust-lang/lang-team/issues/135
Link: https://github.com/rust-lang/lang-team/issues/143
Link: https://github.com/rust-lang/lang-team/issues/147
Link: https://github.com/rust-lang/lang-team/issues/150
?
traits, try
blocks, yeet
exprs, oh my" lang-team#160Link: https://github.com/rust-lang/lang-team/issues/160
Link: https://github.com/rust-lang/lang-team/issues/161
Link: https://github.com/rust-lang/lang-team/issues/162
None.
..X
, and ..=X
(#![feature(half_open_range_patterns)]
)" rust#67264Link: https://github.com/rust-lang/rust/issues/67264
#[no_coverage]
" rust#84605Link: https://github.com/rust-lang/rust/issues/84605
Link: https://github.com/rust-lang/rust/pull/95845
Link: https://github.com/rust-lang/rust/pull/97052
target_feature_11
feature" reference#1181Link: https://github.com/rust-lang/reference/pull/1181
#[instruction_set]
attribute (RFC 2867)" rust#74727Link: https://github.com/rust-lang/rust/issues/74727
Link: https://github.com/rust-lang/rust/pull/97261