File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -1634,9 +1634,8 @@ mod prim_ref {}
16341634/// function pointers of varying length. Note that this is a convenience notation to avoid
16351635/// repetitive documentation, not valid Rust syntax.
16361636///
1637- /// Due to a temporary restriction in Rust's type system, these traits are only implemented on
1638- /// functions that take 12 arguments or less, with the `"Rust"` and `"C"` ABIs. In the future, this
1639- /// may change:
1637+ /// The following traits are implemented for function pointers with any number of arguments and
1638+ /// any ABI.
16401639///
16411640/// * [`PartialEq`]
16421641/// * [`Eq`]
@@ -1645,11 +1644,6 @@ mod prim_ref {}
16451644/// * [`Hash`]
16461645/// * [`Pointer`]
16471646/// * [`Debug`]
1648- ///
1649- /// The following traits are implemented for function pointers with any number of arguments and
1650- /// any ABI. These traits have implementations that are automatically generated by the compiler,
1651- /// so are not limited by missing language features:
1652- ///
16531647/// * [`Clone`]
16541648/// * [`Copy`]
16551649/// * [`Send`]
You can’t perform that action at this time.
0 commit comments