--- note_id: XYr1BrOWSiqCrl8RCWXRaQ --- # Pull requests S-waiting-on-team Github issues: https://github.com/rust-lang/rust/pulls?q=is%3Aopen+label%3AS-waiting-on-team+label%3AT-compiler These PRs are not immediately waiting on `T-compiler` but appear on `T-compiler` meeting agenda, so just keep an eye on them. - Waiting on T-lang: - "Implement RFC 3349, mixed utf8 literals" [rust#120286](https://github.com/rust-lang/rust/pull/120286) - [#116907](https://github.com/rust-lang/rust/issues/116907#issuecomment-1912743726) is I-lang-nominated - "Remove unstable cfg `target(...)` compact feature" [rust#130780](https://github.com/rust-lang/rust/pull/130780) - "Warn about C-style octal literals" [rust#131309](https://github.com/rust-lang/rust/pull/131309) - [RFC waiting](https://github.com/rust-lang/rust/pull/131309#issuecomment-2585706492) - "Rename `AsyncIterator` back to `Stream`, introduce an AFIT-based `AsyncIterator` trait" [rust#119550](https://github.com/rust-lang/rust/pull/119550) - Waiting on `-Znext-solver` - "Tracking Issue for `bare_link_kind`" [rust#132061](https://github.com/rust-lang/rust/issues/132061) - This is a tracking issue, nothing specific to do here - "privacy: normalize associated types before visiting" [rust#126076](https://github.com/rust-lang/rust/pull/126076) - @_**lcnr** suggests waiting on the next solver to improve --- <details><summary>generate this report</summary> (needs a Github personal token) ``` curl -qsS https://api.github.com/repos/rust-lang/rust/issues?labels=S-waiting-on-team,T-compiler \ -H "Authorization: Bearer $TOKEN" \ -H "Content-Type: application/json" \ -H "X-GitHub-Api-Version: 2022-11-28" \ -H "Accept: application/vnd.github+json" \ | jq -c '.[] | {title, number, html_url}' ``` or with `httpie`: ``` http https://api.github.com/repos/rust-lang/rust/issues?labels=S-waiting-on-team,T-compiler \ --auth-type=jwt \ --session gh-session.json \ | jq -c '.[] | {title, number, html_url}' ``` </details>
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up