rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
96.54k stars 12.47k forks source link

Tracking Issue for `derive(SmartPointer)` #123430

Open traviscross opened 5 months ago

traviscross commented 5 months ago

This is a tracking issue for #[derive(SmartPointer)]. The feature gate for the issue is #![feature(derive_smart_pointer)].

About tracking issues

Tracking issues are used to record the overall progress of implementation. They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions. A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature. Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.

Steps

Unresolved Questions

Related

Kixunil commented 1 month ago

It looks like trait bounds are not accounted for: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=879a49c63c2edd517a7594990ebc644d

traviscross commented 1 month ago

@Kixunil: If you could, please file that as a separate issue (and reference this tracking issue from it).