-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Description
Ipv6Addr::is_unique_link_local
and Ipv6Addr::is_unique_link_local_strict
both reference RFC 4291 errata 4406, but this errata was rejected. We should probably remove the rejected errata and just refer to the sections in the RFC for each method.
https://doc.rust-lang.org/std/net/struct.Ipv6Addr.html#method.is_unicast_link_local_strict
https://doc.rust-lang.org/std/net/struct.Ipv6Addr.html#method.is_unicast_link_local
https://www.rfc-editor.org/errata/eid4406
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.