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

rustc no longer prints the version number #17352

Closed
brson opened this issue Sep 17, 2014 · 2 comments
Closed

rustc no longer prints the version number #17352

brson opened this issue Sep 17, 2014 · 2 comments
Assignees

Comments

@brson
Copy link
Contributor

brson commented Sep 17, 2014

rustc  (b88d1030e 2014-09-17 18:26:14 +0000)
@brson brson added the A-build label Sep 17, 2014
@brson brson self-assigned this Sep 17, 2014
@brson
Copy link
Contributor Author

brson commented Sep 17, 2014

I can't reproduce this actually.

@alexcrichton
Copy link
Member

This was probably my mistake, I'll reopen if I can repro with an official nightly tomorrow.

lnicola pushed a commit to lnicola/rust that referenced this issue Jun 23, 2024
fix: do not resolve prelude within block modules

fix rust-lang#17338 (continuing from rust-lang#17251).

In rust-lang#17251, we injected preludes into non-top-level modules, which leading to r-a to directly resolve names in preludes in block modules. This PR fix it by checking whether the module is a pseudo-module introduced by blocks. (similar to what we do for extern preludes)
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

No branches or pull requests

2 participants