Skip to content

Ignore #[phase] on use view items #12175

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 1 commit into from
Feb 11, 2014
Merged

Conversation

sfackler
Copy link
Member

It could throw an error but I think it's best to not since #[phase(..)] syntax in other places would be silently ignored.

Closes #11806


#[feature(phase)];

#[phase(syntax)];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r=me with this semicolon deleted.

bors added a commit that referenced this pull request Feb 11, 2014
It could throw an error but I think it's best to not since `#[phase(..)]` syntax in other places would be silently ignored.

Closes #11806
@bors bors closed this Feb 11, 2014
@bors bors merged commit ccd1cda into rust-lang:master Feb 11, 2014
@sfackler sfackler deleted the phase-use-ignored branch May 15, 2014 05:03
bors added a commit to rust-lang-ci/rust that referenced this pull request Jul 25, 2022
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.

Using #[phase(syntax)] on use instead of mod crashes the compiler
3 participants