We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
a.rs:
pub struct Foo;
b.rs:
extern mod a; fn main() { let foo = a::Foo; }
b.rs:4:14: 4:20 error: unresolved name `a::Foo`. b.rs:4 let foo = a::Foo; ^~~~~~ error: aborting due to previous error
The text was updated successfully, but these errors were encountered:
I already made an issue covering this #7514 . I apologize if I was unclear in the issue I made's description.
Sorry, something went wrong.
See #7435
Closed by ffd80aa
Auto merge of rust-lang#7634 - chansuke:update-eval-order-depends-doc…
17294b8
…s, r=Manishearth Fix documentation of eval_order_dependence Fixes rust-lang#7624. changelog: fix documentation of eval_order_dependence
Successfully merging a pull request may close this issue.
a.rs:
b.rs:
The text was updated successfully, but these errors were encountered: