-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
diagnostics: Describe crate root modules in DefKind::Mod
as "crate"
#63250
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! One or two of the changes are minor regressions (IMO - some of the changes from extern crate
to crate
) but overall I think this is an improvement.
@bors r+ |
📌 Commit 50b258b has been approved by |
diagnostics: Describe crate root modules in `DefKind::Mod` as "crate" Or we can use "extern crate" like resolve previously did sometimes, not sure. r? @davidtwco
diagnostics: Describe crate root modules in `DefKind::Mod` as "crate" Or we can use "extern crate" like resolve previously did sometimes, not sure. r? @davidtwco
diagnostics: Describe crate root modules in `DefKind::Mod` as "crate" Or we can use "extern crate" like resolve previously did sometimes, not sure. r? @davidtwco
Failed in #63318 (comment) (due to cargo making assumption about error message; see https://dev.azure.com/rust-lang/e71b0ddf-dd27-435a-873c-e30f86eea377/_apis/build/builds/5242/logs/1000). @bors r- |
Blocked on rust-lang/cargo#7231. |
Update two tests for changes in rustc output Required for landing rust-lang/rust#63250. (I'm not sure what is the process for landing synchronous changes like this.)
☔ The latest upstream changes (presumably #63428) made this pull request unmergeable. Please resolve the merge conflicts. |
Blocked on #63400. |
@bors r=davidtwco |
📌 Commit 26d26eb has been approved by |
Cargo updated. |
diagnostics: Describe crate root modules in `DefKind::Mod` as "crate" Or we can use "extern crate" like resolve previously did sometimes, not sure. r? @davidtwco
☀️ Test successful - checks-azure |
Or we can use "extern crate" like resolve previously did sometimes, not sure.
r? @davidtwco