We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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