Skip to content

Commit

Permalink
doc: replace references to carbon-language#821 by carbon-language#2006
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixep committed Mar 29, 2023
1 parent 46503c0 commit 4d5d658
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/design/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ values if constant evaluation of the runtime expression succeeds.

> **Note:** Conversion of runtime values to other phases is provisional, as are
> the semantics of r-values. See pending proposal
> [#821: Values, variables, pointers, and references](https://github.com/carbon-language/carbon-lang/pull/821).
> [#2006: Values, variables, pointers, and references](https://github.com/carbon-language/carbon-lang/pull/2006).
## Composite types

Expand Down Expand Up @@ -776,7 +776,7 @@ or restrictions on casts between pointers and integers.

> **Note:** While the syntax for pointers has been decided, the semantics of
> pointers are provisional, as is the syntax for optionals. See pending proposal
> [#821: Values, variables, pointers, and references](https://github.com/carbon-language/carbon-lang/pull/821).
> [#2006: Values, variables, pointers, and references](https://github.com/carbon-language/carbon-lang/pull/2006).
> References:
>
Expand Down Expand Up @@ -1048,7 +1048,7 @@ value to match, `42`. The names from [binding patterns](#binding-patterns) are
introduced into the enclosing [scope](#declarations-definitions-and-scopes).

> **Note:** `let` declarations are provisional. See pending proposal
> [#821: Values, variables, pointers, and references](https://github.com/carbon-language/carbon-lang/pull/821).
> [#2006: Values, variables, pointers, and references](https://github.com/carbon-language/carbon-lang/pull/2006).
### Variable `var` declarations

Expand Down Expand Up @@ -1167,7 +1167,7 @@ returned using a [tuple](#tuples) or [struct](#struct-types) type.

> **Note:** The semantics of parameter passing are provisional. See pending
> proposal
> [#821: Values, variables, pointers, and references](https://github.com/carbon-language/carbon-lang/pull/821).
> [#2006: Values, variables, pointers, and references](https://github.com/carbon-language/carbon-lang/pull/2006).
### `auto` return type

Expand Down Expand Up @@ -1957,7 +1957,7 @@ value.
> proposed in accepted proposal
> [#257: Initialization of memory and variables](https://github.com/carbon-language/carbon-lang/pull/257).
> See pending proposal
> [#821: Values, variables, pointers, and references](https://github.com/carbon-language/carbon-lang/pull/821).
> [#2006: Values, variables, pointers, and references](https://github.com/carbon-language/carbon-lang/pull/2006).
#### Mixins

Expand Down

0 comments on commit 4d5d658

Please sign in to comment.