You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should display impl Iterator<Item = Token> I think (which, admitedly, is exactly the same number of characters). THe proper heuristic here I think is "A type from std::iter, and it implements Iterator"
This should display
impl Iterator<Item = Token>
I think (which, admitedly, is exactly the same number of characters). THe proper heuristic here I think is "A type fromstd::iter
, and it implementsIterator
"The relevant code is here:
https://github.com/rust-analyzer/rust-analyzer/blob/master/crates/ra_ide/src/inlay_hints.rs
The text was updated successfully, but these errors were encountered: