Skip to content

Commit ca0f435

Browse files
committed
---
yaml --- r: 189295 b: refs/heads/master c: 2fc8b1e h: refs/heads/master i: 189293: 646b3cf 189291: abae16d 189287: deb7555 189279: 3d40ae7 v: v3
1 parent 45649d3 commit ca0f435

35 files changed

+916
-488
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 9f28f7249fb04d824a070df1a6329595de1c2fd7
2+
refs/heads/master: 2fc8b1e7c4ca741e59b144c331d69bf189759452
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 270a677d4d698916f5ad103f0afc3c070b8dbeb4
55
refs/heads/try: 649d35e4d830b27806705dc5352c86ab6d6fd1a1

trunk/src/doc/reference.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2429,6 +2429,10 @@ The currently implemented features of the reference compiler are:
24292429
so that new attributes can be added in a bacwards compatible
24302430
manner (RFC 572).
24312431

2432+
* `custom_derive` - Allows the use of `#[derive(Foo,Bar)]` as sugar for
2433+
`#[derive_Foo] #[derive_Bar]`, which can be user-defined syntax
2434+
extensions.
2435+
24322436
* `intrinsics` - Allows use of the "rust-intrinsics" ABI. Compiler intrinsics
24332437
are inherently unstable and no promise about them is made.
24342438

0 commit comments

Comments
 (0)