-
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
Invalid module location #41501
Invalid module location #41501
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.
Thanks! r=me modulo comment.
src/libsyntax/parse/parser.rs
Outdated
match paths.result { | ||
Ok(succ) => Ok(succ), | ||
Err(err) => Err(self.span_fatal_err(id_sp, err)), | ||
} |
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.
Why this change? It looks good as is.
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.
A rebase error I guess. Removing it.
3bb4a84
to
3f97b2a
Compare
@bors: r=jseyfried |
📌 Commit 3f97b2a has been approved by |
…ion, r=jseyfried Invalid module location Fixes rust-lang#38110. r? @jseyfried
…ion, r=jseyfried Invalid module location Fixes rust-lang#38110. r? @jseyfried
…ion, r=jseyfried Invalid module location Fixes rust-lang#38110. r? @jseyfried
…ion, r=jseyfried Invalid module location Fixes rust-lang#38110. r? @jseyfried
…ion, r=jseyfried Invalid module location Fixes rust-lang#38110. r? @jseyfried
Fixes #38110.
r? @jseyfried