|
| 1 | +--- |
| 2 | +title: Triage meeting DATE |
| 3 | +tags: triage-meeting |
| 4 | +--- |
| 5 | + |
| 6 | +# T-lang meeting agenda |
| 7 | + |
| 8 | +* Meeting date: DATE |
| 9 | + |
| 10 | +## Attendance |
| 11 | + |
| 12 | +* Team members: |
| 13 | +* Others: |
| 14 | + |
| 15 | +## Meeting roles |
| 16 | + |
| 17 | +* Action item scribe: |
| 18 | +* Note-taker: |
| 19 | + |
| 20 | +## Scheduled meetings |
| 21 | +- "Rust language "guiding principles"" [lang-team#91](https://github.com/rust-lang/lang-team/issues/91) |
| 22 | +- "Generators planning" [lang-team#92](https://github.com/rust-lang/lang-team/issues/92) |
| 23 | +- "May updates" [lang-team#93](https://github.com/rust-lang/lang-team/issues/93) |
| 24 | + |
| 25 | +## Action item review |
| 26 | + |
| 27 | +* [Action items list](https://hackmd.io/gstfhtXYTHa3Jv-P_2RK7A) |
| 28 | + |
| 29 | +## Pending proposals |
| 30 | +### "MCP: Allowing the compiler to eagerly drop values" lang-team#86 |
| 31 | + |
| 32 | +**Link:** https://github.com/rust-lang/lang-team/issues/86 |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | +## Nominated RFCs |
| 37 | +### "RFC: Overconstraining and omitting `unsafe` in impls of `unsafe` trait methods" rfcs#2316 |
| 38 | + |
| 39 | +**Link:** https://github.com/rust-lang/rfcs/pull/2316 |
| 40 | + |
| 41 | +### "Calling methods on generic parameters of const fns" rfcs#2632 |
| 42 | + |
| 43 | +**Link:** https://github.com/rust-lang/rfcs/pull/2632 |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | +## P-high issues on rust-lang/rust |
| 48 | +### "`fn() -> Out` is a valid type for unsized types `Out`, and it implements `FnOnce<(), Output = Out>`" rust#82633 |
| 49 | + |
| 50 | +**Link:** https://github.com/rust-lang/rust/issues/82633 |
| 51 | + |
| 52 | +### "Closures are unsound: 'static closures with non-'static return types." rust#84366 |
| 53 | + |
| 54 | +**Link:** https://github.com/rust-lang/rust/issues/84366 |
| 55 | + |
| 56 | +### "Functions, closures, and HRTB-trait-objects can implement traits such that validity of associated types is never checked." rust#84533 |
| 57 | + |
| 58 | +**Link:** https://github.com/rust-lang/rust/issues/84533 |
| 59 | + |
| 60 | +### "HRTBs are unsound: HRTB on subtrait provides HTRB on supertrait with weaker implied bounds." rust#84591 |
| 61 | + |
| 62 | +**Link:** https://github.com/rust-lang/rust/issues/84591 |
| 63 | + |
| 64 | +### "A `Pin` unsoundness involving an `impl DerefMut for Pin<&dyn LocalTrait>`" rust#85099 |
| 65 | + |
| 66 | +**Link:** https://github.com/rust-lang/rust/issues/85099 |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | +## Nominated PRs and issues |
| 71 | +### "Tracking issue for RFC 2523, `#[cfg(version(..))]`" rust#64796 |
| 72 | + |
| 73 | +**Link:** https://github.com/rust-lang/rust/issues/64796 |
| 74 | + |
| 75 | +### "Stabilize "RangeFrom" patterns" rust#83918 |
| 76 | + |
| 77 | +**Link:** https://github.com/rust-lang/rust/pull/83918 |
| 78 | + |
| 79 | +### "Uplift the invalid_atomic_ordering lint from clippy to rustc" rust#84039 |
| 80 | + |
| 81 | +**Link:** https://github.com/rust-lang/rust/pull/84039 |
| 82 | + |
| 83 | +### "Deny float matches" rust#84045 |
| 84 | + |
| 85 | +**Link:** https://github.com/rust-lang/rust/pull/84045 |
| 86 | + |
| 87 | +### "ICE when reifying function pointers to copy / copy_nonoverlapping using an if" rust#84297 |
| 88 | + |
| 89 | +**Link:** https://github.com/rust-lang/rust/issues/84297 |
| 90 | + |
| 91 | +### "Add `expr202x` macro pattern" rust#84364 |
| 92 | + |
| 93 | +**Link:** https://github.com/rust-lang/rust/pull/84364 |
| 94 | + |
| 95 | +### "Allow struct and enum to contain inner attrs" rust#84414 |
| 96 | + |
| 97 | +**Link:** https://github.com/rust-lang/rust/pull/84414 |
| 98 | + |
| 99 | +### "stabilize member constraints" rust#84701 |
| 100 | + |
| 101 | +**Link:** https://github.com/rust-lang/rust/pull/84701 |
| 102 | + |
| 103 | +### "implement `Default` for all arrays" rust#84838 |
| 104 | + |
| 105 | +**Link:** https://github.com/rust-lang/rust/pull/84838 |
| 106 | + |
| 107 | +### "add back support for inner attributes on non-block expressions?" rust#84879 |
| 108 | + |
| 109 | +**Link:** https://github.com/rust-lang/rust/issues/84879 |
| 110 | + |
| 111 | +### "rustc: Allow safe #[target_feature] on wasm" rust#84988 |
| 112 | + |
| 113 | +**Link:** https://github.com/rust-lang/rust/pull/84988 |
| 114 | + |
| 115 | +### "Re-add support for parsing (and pretty-printing) inner-attributes in match body" rust#85193 |
| 116 | + |
| 117 | +**Link:** https://github.com/rust-lang/rust/pull/85193 |
| 118 | + |
| 119 | +### "Stabilize RFC 2345: Allow panicking in constants" rust#85194 |
| 120 | + |
| 121 | +**Link:** https://github.com/rust-lang/rust/issues/85194 |
| 122 | + |
| 123 | +### "Ignore derived Clone and Debug implementations during dead code analysis" rust#85200 |
| 124 | + |
| 125 | +**Link:** https://github.com/rust-lang/rust/pull/85200 |
| 126 | + |
| 127 | +### "Check for union field accesses in THIR unsafeck" rust#85263 |
| 128 | + |
| 129 | +**Link:** https://github.com/rust-lang/rust/pull/85263 |
| 130 | + |
| 131 | +### "RFC: Overconstraining and omitting `unsafe` in impls of `unsafe` trait methods" rfcs#2316 |
| 132 | + |
| 133 | +**Link:** https://github.com/rust-lang/rfcs/pull/2316 |
| 134 | + |
| 135 | +### "Calling methods on generic parameters of const fns" rfcs#2632 |
| 136 | + |
| 137 | +**Link:** https://github.com/rust-lang/rfcs/pull/2632 |
| 138 | + |
| 139 | + |
0 commit comments