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
This is somewhat jarring when the documentation references argument names. A motivating example is in the StrSlice docs:
fn slice(&self, uint, uint) -> &'a str Returns a slice of the given string from the byte range [begin..end).
fn slice(&self, uint, uint) -> &'a str
Related: #14346
The text was updated successfully, but these errors were encountered:
rustc: Encode argument names for traits
234bb25
This ensures that rustdoc can properly document inlined traits across crates. Closes rust-lang#14670
9fd075f
30a40c7
Successfully merging a pull request may close this issue.
This is somewhat jarring when the documentation references argument names. A motivating example is in the StrSlice docs:
Related: #14346
The text was updated successfully, but these errors were encountered: