Skip to content

default type parameters#2263

Open
tlyu wants to merge 1 commit intorust-lang:masterfrom
tlyu:defaulted-types
Open

default type parameters#2263
tlyu wants to merge 1 commit intorust-lang:masterfrom
tlyu:defaulted-types

Conversation

@tlyu
Copy link
Copy Markdown
Contributor

@tlyu tlyu commented May 5, 2026

Describe default types for generic parameters, as currently implemented. There are some differences from RFC 213, but I couldn't find any real specification, so relied on observed behavior.

fixes #24

Describe default types for generic parameters, as currently implemented.
There are some differences from RFC 213, but I couldn't find any real
specification, so relied on observed behavior.

fixes rust-lang#24
@rustbot rustbot added the S-waiting-on-review Status: The marked PR is awaiting review from a maintainer label May 5, 2026
@rustbot
Copy link
Copy Markdown
Collaborator

rustbot commented May 6, 2026

☔ The latest upstream changes (possibly cf0e391) made this pull request unmergeable. Please resolve the merge conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: The marked PR is awaiting review from a maintainer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Default type parameters are not in the language reference

2 participants