@@ -1136,7 +1136,7 @@ pub static QUUX: u32 = {
1136
1136
- mangled: ` _RINxC3std3fooTNyB4_3BarBe_EBd_E `
1137
1137
1138
1138
1139
- # Appendix C - Change LOG
1139
+ # Appendix C - Changelog
1140
1140
- Removed mention of Itanium mangling in introduction.
1141
1141
- Weakened "predictability" goal.
1142
1142
- Removed non-goal of not providing a mangling for lifetimes.
@@ -1152,7 +1152,9 @@ pub static QUUX: u32 = {
1152
1152
- Resolve question of complex constant data.
1153
1153
- Add a recommended resolution for open question around Punycode identifiers.
1154
1154
- 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