Skip to content

Generic Iterator::collect() method - #6980

Closed
Kimundi wants to merge 4 commits into
rust-lang:incomingfrom
Kimundi:iterator-collect3
Closed

Generic Iterator::collect() method#6980
Kimundi wants to merge 4 commits into
rust-lang:incomingfrom
Kimundi:iterator-collect3

Conversation

@Kimundi

Copy link
Copy Markdown
Contributor

No description provided.

@borsbors closed this Jun 6, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Apr 8, 2021
`len_without_is_empty` improvements
fixes: rust-lang#6958fixes: rust-lang#6972
changelog: Check the return type of `len`. Only integral types, or an `Option` or `Result` wrapping one.
changelog: Ensure the return type of `is_empty` matches. e.g. `Option<usize>` -> `Option<bool>`
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
6980: Implement to support intra-doc link r=matklad a=sasurau4
Helps with rust-lang#6168 This PR is very limited implementation to support intra-doc. It only support links indicate same file function.
I want someone to feedback me about this implementation. If the approach is good, I will continue this PR to support other symbols like enum and struct. Co-authored-by: Daiki Ihara <sasurau4@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@Kimundi@thestinger@bors