We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd0f76 commit 44e8727Copy full SHA for 44e8727
text/3621-derive-smart-pointer.md
@@ -346,6 +346,11 @@ is `NonNull<RcInner<T>>` (as opposed to `NonNull<T>`).
346
[`Cell`], so hopefully that will be enough incentive to continue work on the
347
underlying traits.
348
349
+- This would be the first example in the standard library of a derive macro that
350
+ does not implement a trait of the same name as the macro. (However, there are
351
+ examples of macros that implement multiple traits: `#[derive(PartialEq)]`
352
+ also implements `StructuralPartialEq`.)
353
+
354
# Rationale and alternatives
355
[rationale-and-alternatives]: #rationale-and-alternatives
356
0 commit comments