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

Recursive 'mod' import not detected by compiler #7574

Closed
gavinb opened this issue Jul 3, 2013 · 2 comments
Closed

Recursive 'mod' import not detected by compiler #7574

gavinb opened this issue Jul 3, 2013 · 2 comments

Comments

@gavinb
Copy link
Contributor

gavinb commented Jul 3, 2013

Attempting to import a module using mod with no body and supplying the same name as the current module (ie. a recursive mod) is not detected at compile time, and results in the compiler spinning its wheels.

Simple example:

// foo.rs
mod foo;
fn main() { .. }
@catamorphism
Copy link
Contributor

What revision of Rust are you using? This looks like #5711, but that one has been fixed.

@huonw
Copy link
Member

huonw commented Jul 3, 2013

I see this on master; in any case, this is a dup of #7553.

@huonw huonw closed this as completed Jul 3, 2013
flip1995 pushed a commit to flip1995/rust that referenced this issue Sep 3, 2021
…giraffate

Update docs for `expl_impl_clone_on_copy`

The known issue was fixed in rust-lang#6993. I missed updating the docs then, so it's happening now.

changelog: None
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

3 participants