# Backlog Bonanza 2022-08-10
[GitHub query](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AC-tracking-issue+label%3AT-lang)
[Untagged query](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AC-tracking-issue+label%3AT-lang+-label%3AS-tracking-needs-to-bake+-label%3AS-tracking-impl-incomplete+-label%3AS-tracking-needs-summary+-label%3AS-tracking-design-concerns+-label%3AS-tracking-ready-to-stabilize+-label%3AS-tracking-perma-unstable+-label%3AS-tracking-unimplemented)
## What are we DOING?
* Take things that have been unstable for a while and "disposition them".
* Goal: Everything that is nightly only has one or more of the following labels, indicating the blocker(s) to stabilizing it:
* S-tracking-ready-to-stabilize: Needs a stabilization PR (good to go :train:)
* S-tracking-needs-to-bake: Needs time to bake (set a date? other criteria?)
* S-tracking-impl-incomplete: Not code complete or blocking bugs
* S-tracking-unimplemented: Implementation not begun
* S-tracking-design-concerns: Blocking design concerns
* This might be "doesn't quite seem to deliver value we hoped for" or "something doesn't feel right"
* S-tracking-perma-unstable
* Internal implementation detail of rustc, stdlib
* S-tracking-needs-investigation
Attendance: Josh, Mark, Felix
We're...done?
## Issue 90957
Constrained Naked Functions
https://github.com/rust-lang/rust/issues/90957
* https://github.com/rust-lang/rust/pull/93809 incompatibility with other attributes
* https://github.com/rust-lang/rust/pull/93587 stabilization PR
#93587 is semi-blocked on #93809 (trying to avoid stabilizng unintentional functionality).
## Tracking Issue for enabling elided_lifetimes_in_paths lints #91639
https://github.com/rust-lang/rust/issues/91639
Tagging as impl-incomplete, once the split in the latest comment is done, parts can be enabled by default as warn.
## Tracking Issue for Associated Const Equality #92827
https://github.com/rust-lang/rust/issues/92827
Seems to be partially implemented, though no design document or other piece to move this along.
## Tracking Issue for asm_sym #93333
In FCP to stabilize, ready-to-stabilize.
## Tracking Issue for cfg_target_has_atomic_equal_alignment #93822