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
That is, if class C implements D appears in crate foo, importing foo::C in crate bar should mean we can cast C to D.
class C implements D
foo
foo::C
bar
C
D
The text was updated successfully, but these errors were encountered:
3d4ef74
Auto merge of rust-lang#2285 - LegNeato:patch-1, r=RalfJung
328a8c7
Update path to passing tests in CONTRIBUTING.md examples This appears to be renamed from `tests/run-pass` to `tests/pass`.
Merge pull request rust-lang#2285 from KonaeAkira/master
a863f2c
Fix grammar and remove redundant info
No branches or pull requests
That is, if
class C implements D
appears in cratefoo
, importingfoo::C
in cratebar
should mean we can castC
toD
.The text was updated successfully, but these errors were encountered: