Skip to content

Commit 15e4e13

Browse files
committed
Add section for dropped feature "macros"
1 parent 88b0f00 commit 15e4e13

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

docs/docs/reference/dropped/macros.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: doc-page
3+
title: Dropped: Macros
4+
---
5+
6+
The previous, experimental macro system has been dropped. Instead,
7+
there is a cleaner, more restricted system based on two complementary
8+
concepts: `inline` and `meta`.
9+
10+
`inline` has been [implemented](../inline.md) in Dotty.
11+
12+
`meta` is worked on in the separate [Scalameta](http://scalameta.org) project
13+

docs/sidebar.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ sidebar:
77
subsection:
88
- title: DelayedInit
99
url: docs/reference/dropped/delayed-init.md
10+
- title: Macros
11+
url: docs/reference/dropped/macros.md
1012
- title: Implicit Function Types
1113
url: docs/reference/implicit-function-types.md
1214
- title: Intersection types

0 commit comments

Comments
 (0)