diff options
| author | bors <bors@rust-lang.org> | 2014-01-08 07:26:41 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-01-08 07:26:41 -0800 |
| commit | 464d1d044eebace50d17c10731493d6898490876 (patch) | |
| tree | 886787e27d87335fc126fcfb4becedea1b0b5d4d /src/libsyntax/ext | |
| parent | fda71f26301d153ca8d9489281d382af79792d63 (diff) | |
| parent | 9dc44c7d861de4db93620589507e3ce935677392 (diff) | |
| download | rust-464d1d044eebace50d17c10731493d6898490876.tar.gz rust-464d1d044eebace50d17c10731493d6898490876.zip | |
auto merge of #11405 : huonw/rust/moredocs, r=huonw
Various documentation changes, change the 'borrowed pointer' terminology to 'reference', fix a problem with 'make dist' on windows.
Diffstat (limited to 'src/libsyntax/ext')
| -rw-r--r-- | src/libsyntax/ext/deriving/generic.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ext/deriving/generic.rs b/src/libsyntax/ext/deriving/generic.rs index 2eb0fe30b4b..234551ccb01 100644 --- a/src/libsyntax/ext/deriving/generic.rs +++ b/src/libsyntax/ext/deriving/generic.rs @@ -26,7 +26,7 @@ Supported features (fairly exhaustive): requires an explicit `Eq` bound at the moment. (`TraitDef.additional_bounds`) -Unsupported: FIXME #6257: calling methods on borrowed pointer fields, +Unsupported: FIXME #6257: calling methods on reference fields, e.g. deriving TotalEq/TotalOrd/Clone don't work on `struct A(&int)`, because of how the auto-dereferencing happens. |
