Skip to content

Commit 28a851d

Browse files
authored
Backport changes from stable documentation branch (#16246)
This pull request is created automatically after push to stable documentation branch and backports the changes
2 parents 85c3275 + 24a98ab commit 28a851d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docs/_docs/reference/experimental/cc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: doc-page
33
title: "Capture Checking"
4+
nightlyOf: https://docs.scala-lang.org/scala3/reference/experimental/cc.html
45
---
56

67
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.

docs/_docs/reference/experimental/main-annotation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: doc-page
33
title: "MainAnnotation"
4+
nightlyOf: https://docs.scala-lang.org/scala3/reference/experimental/main-annotation.html
45
---
56

67
`MainAnnotation` provides a generic way to define main annotations such as `@main`.

docs/_docs/reference/experimental/tupled-function.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: doc-page
33
title: "Tupled Function"
4+
nightlyOf: https://docs.scala-lang.org/scala3/reference/experimental/tupled-function.html
45
---
56

67
Tupled Function

0 commit comments

Comments
 (0)