-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should #[project] attribute be disabled by default? #36
Labels
A-project-attribute
Area: #[project], #[project_ref], and #[project_replace] (note: this was removed in v1.0)
Milestone
Comments
cc @Nemo157 |
taiki-e
changed the title
Should #[project] be disabled by default?
Should #[project] attribute be disabled by default?
Aug 10, 2019
bors bot
added a commit
that referenced
this issue
Aug 10, 2019
37: Remove support of if-let expressions from #[project] attribute r=taiki-e a=taiki-e This has many limitations. cc #36 Co-authored-by: Taiki Endo <[email protected]>
bors bot
added a commit
that referenced
this issue
Aug 10, 2019
37: Remove support of if-let expressions from #[project] attribute r=taiki-e a=taiki-e This has many limitations. cc #36 Co-authored-by: Taiki Endo <[email protected]>
bors bot
added a commit
that referenced
this issue
Aug 11, 2019
38: Simplify #[project] attribute and remove undocumented features r=taiki-e a=taiki-e cc #36 Co-authored-by: Taiki Endo <[email protected]>
bors bot
added a commit
that referenced
this issue
Aug 11, 2019
41: Make #[project] attribute disabled by default r=taiki-e a=taiki-e Closes #36 Co-authored-by: Taiki Endo <[email protected]>
taiki-e
added
the
A-project-attribute
Area: #[project], #[project_ref], and #[project_replace] (note: this was removed in v1.0)
label
Sep 24, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-project-attribute
Area: #[project], #[project_ref], and #[project_replace] (note: this was removed in v1.0)
This is an attribute to support enum pin-projections (rust-lang/pin-utils#21, docs) and destructing of pin-projected structs, but since it depends on the "syn/visit-mut" feature, there is a possibility of increasing the compilation time.
It may be preferable to be disabled by default if it is rarely used.
The text was updated successfully, but these errors were encountered: