Skip to content
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

libsyntax: Remove the use foo = bar syntax from the language in favor #16575

Merged
merged 1 commit into from
Aug 18, 2014

Conversation

pcwalton
Copy link
Contributor

of use bar as foo.

Change all uses of use foo = bar to use bar as foo.

Implements RFC #47.

Closes #16461.

[breaking-change]

r? @aturon

of `use bar as foo`.

Change all uses of `use foo = bar` to `use bar as foo`.

Implements RFC rust-lang#47.

Closes rust-lang#16461.

[breaking-change]
bors added a commit that referenced this pull request Aug 18, 2014
of `use bar as foo`.

Change all uses of `use foo = bar` to `use bar as foo`.

Implements RFC #47.

Closes #16461.

[breaking-change]

r? @aturon
@bors bors closed this Aug 18, 2014
@bors bors merged commit 67deb2e into rust-lang:master Aug 18, 2014
@pcwalton pcwalton deleted the import-foo-as-bar branch August 18, 2014 21:06
bors pushed a commit to rust-lang-ci/rust that referenced this pull request Feb 25, 2024
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.

Replace use id = path; with use path as id;
4 participants