We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Seems like for consistency, we should be able to write foo.bar() if foo: @C and C has a method bar.
foo.bar()
foo: @C
C
bar
The text was updated successfully, but these errors were encountered:
This is a "make sure" bug on something we are intending to do and/or are already doing.
Sorry, something went wrong.
Auto merge of rust-lang#2298 - InfRandomness:shim-error, r=RalfJung
c1a37b8
Add `__error` to freebsd shims Signed-off-by: InfRandomness <[email protected]>
Merge pull request rust-lang#2298 from fmease/rustdoc-testing-addendum
f56cf01
rustdoc: Further improve chapters and sections on testing
No branches or pull requests
Seems like for consistency, we should be able to write
foo.bar()
iffoo: @C
andC
has a methodbar
.The text was updated successfully, but these errors were encountered: