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

cleaned up public extern crate; changed that to extern crate only #32144

Closed
wants to merge 1 commit into from
Closed

cleaned up public extern crate; changed that to extern crate only #32144

wants to merge 1 commit into from

Conversation

srinivasreddy
Copy link
Contributor

No description provided.

@@ -16,5 +16,5 @@
// @!has - 'extern crate std'
// @!has - 'use std::prelude::'

// @has - 'pub extern crate empty'
Copy link
Member

Choose a reason for hiding this comment

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

I believe this is specifically testing pub extern crate, so this should probably stay.

@alexcrichton
Copy link
Member

Some of these may have been required for the bootstrap to succeed, are you sure that this builds?

@petrochenkov
Copy link
Contributor

The warnings exist only in stage0 and will disappear with the next snapshot.
No need to fix them, pub extern crate works correctly now and can be used.

@srinivasreddy srinivasreddy deleted the issue-32143 branch March 9, 2016 17:01
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