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
The glossary page said:
"See the Span datatype for more."
But I can't find Span datatype in rust std document. Where should I go?
The text was updated successfully, but these errors were encountered:
The compiler is documented at https://doc.rust-lang.org/nightly/nightly-rustc/
Here's the Span documentation: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_span/struct.Span.html
Sorry, something went wrong.
@LeSeulArtichaut Thanks! How about adding this link( https://doc.rust-lang.org/nightly/nightly-rustc/rustc_span/struct.Span.htmlc)to "the Span datatype"?
@VitalyAnkh sounds great! Are you interested in making a PR?
@jyn514 Hi! It's a small edit and will conflict with this PR as a standalone PR, so I commit this edit in that PR.
Span
Successfully merging a pull request may close this issue.
The glossary page said:
"See the Span datatype for more."
But I can't find Span datatype in rust std document. Where should I go?
The text was updated successfully, but these errors were encountered: