Skip to content

Commit c3c88f2

Browse files
committed
Rename Appendix C to "Changelog" and add links for amendment PRs.
1 parent 281e27f commit c3c88f2

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

text/2603-rust-symbol-name-mangling-v0.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ pub static QUUX: u32 = {
11361136
- mangled: `_RINxC3std3fooTNyB4_3BarBe_EBd_E`
11371137

11381138

1139-
# Appendix C - Change LOG
1139+
# Appendix C - Changelog
11401140
- Removed mention of Itanium mangling in introduction.
11411141
- Weakened "predictability" goal.
11421142
- Removed non-goal of not providing a mangling for lifetimes.
@@ -1152,7 +1152,9 @@ pub static QUUX: u32 = {
11521152
- Resolve question of complex constant data.
11531153
- Add a recommended resolution for open question around Punycode identifiers.
11541154
- Add a recommended resolution for open question around encoding function parameter types.
1155-
- Allow identifiers to start with a digit.
1156-
- Make `<binder>` optional in `<fn-sig>` and `<dyn-bounds>` productions.
1157-
- Extend `<const-data>` to include `bool` values, `char` values, and negative integer values.
1158-
- Remove type from constant placeholders.
1155+
- In amendment PR [#2705](https://github.com/rust-lang/rfcs/pull/2705):
1156+
- Allow identifiers to start with a digit.
1157+
- In amendment PR [#3130](https://github.com/rust-lang/rfcs/pull/3130):
1158+
- Make `<binder>` optional in `<fn-sig>` and `<dyn-bounds>` productions.
1159+
- Extend `<const-data>` to include `bool` values, `char` values, and negative integer values.
1160+
- Remove type from constant placeholders.

0 commit comments

Comments
 (0)