Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upFix `$crate`-related regressions #37361
Conversation
rust-highfive
assigned
nrc
Oct 23, 2016
jseyfried
force-pushed the
jseyfried:fix_crate_var_regressions
branch
from
1cf3220
to
9106d21
Oct 23, 2016
This was referenced Oct 23, 2016
This comment has been minimized.
This comment has been minimized.
|
FWIW, local |
This comment has been minimized.
This comment has been minimized.
|
@bors r+ Could you file a tracking issue for |
This comment has been minimized.
This comment has been minimized.
|
|
jseyfried
referenced this pull request
Oct 25, 2016
Open
Tracking issue for `use $crate;` compatibility warning #37390
This comment has been minimized.
This comment has been minimized.
|
cc #37390 |
This comment has been minimized.
This comment has been minimized.
|
|
jseyfried
added some commits
Oct 22, 2016
jseyfried
force-pushed the
jseyfried:fix_crate_var_regressions
branch
from
9106d21
to
0d30325
Oct 25, 2016
This comment has been minimized.
This comment has been minimized.
|
@bors r=nrc |
This comment has been minimized.
This comment has been minimized.
|
|
This comment has been minimized.
This comment has been minimized.
|
@bors p=1 (this is causing a lot of regressions in practice) |
This comment has been minimized.
This comment has been minimized.
bors
added a commit
that referenced
this pull request
Oct 26, 2016
This comment has been minimized.
This comment has been minimized.
bors
merged commit 0d30325
into
rust-lang:master
Oct 26, 2016
jseyfried
deleted the
jseyfried:fix_crate_var_regressions
branch
Oct 26, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
jseyfried commentedOct 23, 2016
Fixes #37345, fixes #37357, fixes #37352, and improves the
unused_extern_crateslint.r? @nrc