Skip to content

Always eat up mut when parsing general args, fixes #7483 #7658

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

Merged
merged 2 commits into from
Jul 10, 2013
Merged

Always eat up mut when parsing general args, fixes #7483 #7658

merged 2 commits into from
Jul 10, 2013

Conversation

j16r
Copy link

@j16r j16r commented Jul 9, 2013

No description provided.

@huonw
Copy link
Member

huonw commented Jul 9, 2013

(The failure is because static default methods don't work yet, changing the test to fn foo(&self, mut v: int) ... should work.)

j16r added 2 commits July 9, 2013 09:03
 - also removed redundant assignment to is_mutbl
 - updated copyright
bors added a commit that referenced this pull request Jul 10, 2013
@bors bors closed this Jul 10, 2013
@bors bors merged commit 56d1987 into rust-lang:master Jul 10, 2013
@j16r j16r deleted the mut_default_param_list_issue_7483 branch July 10, 2013 12:42
flip1995 pushed a commit to flip1995/rust that referenced this pull request Nov 4, 2021
…ip1995

Unseparated literal suffix

Closes rust-lang#7658

Since `literal_suffix` style is opinionated, we should disable by default and only enforce if it's stated as so.

changelog: [`unseparated_literal_suffix`] is renamed to `literal_suffix`, adds a new configuration `literal-suffix-style` to enforce a certain style writing literal_suffix. Possible values for `literal-suffix-style`: `"separated"`, `"unseparated"`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants