Skip to content

Commit ea72b6b

Browse files
committed
Drop mention of cc-experiment in docs
1 parent 4825230 commit ea72b6b

File tree

1 file changed

+2
-3
lines changed
  • docs/_docs/reference/experimental

1 file changed

+2
-3
lines changed

docs/_docs/reference/experimental/cc.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ layout: doc-page
33
title: "Capture Checking"
44
---
55

6-
Capture checking is a research project that modifies the Scala type system to track references to capabilities in values. It is currently
7-
implemented in an experimental branch [cc-experiment](https://github.com/lampepfl/dotty/tree/cc-experiment) in the dotty
8-
repo and can be enabled on this branch with a `-Ycc` compiler option.
6+
Capture checking is a research project that modifies the Scala type system to track references to capabilities in values. It can be enabled with a `-Ycc` compiler option.
7+
At present, capture checking is still highly experimental and unstable.
98

109
To get an idea what capture checking can do, let's start with a small example:
1110
```scala

0 commit comments

Comments
 (0)