Skip to content

Commit 158b085

Browse files
committed
Fix more merge conflicts
2 parents 8a3ea01 + 15ce540 commit 158b085

File tree

135 files changed

+2041
-2701
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+2041
-2701
lines changed

src/doc/grammar.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -781,10 +781,11 @@ never_type : "!" ;
781781
### Type parameter bounds
782782

783783
```antlr
784+
bound-list := bound | bound '+' bound-list '+' ?
784785
bound := ty_bound | lt_bound
785786
lt_bound := lifetime
786-
ty_bound := [?] [ for<lt_param_defs> ] simple_path
787-
bound-list := bound | bound '+' bound-list '+' ?
787+
ty_bound := ty_bound_noparen | (ty_bound_noparen)
788+
ty_bound_noparen := [?] [ for<lt_param_defs> ] simple_path
788789
```
789790

790791
### Self types

src/doc/unstable-book/src/SUMMARY.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,8 @@
101101
- [alloc_system](library-features/alloc-system.md)
102102
- [alloc](library-features/alloc.md)
103103
- [as_c_str](library-features/as-c-str.md)
104-
- [as_unsafe_cell](library-features/as-unsafe-cell.md)
105104
- [ascii_ctype](library-features/ascii-ctype.md)
106-
- [binary_heap_extras](library-features/binary-heap-extras.md)
107105
- [binary_heap_peek_mut_pop](library-features/binary-heap-peek-mut-pop.md)
108-
- [borrow_state](library-features/borrow-state.md)
109106
- [box_heap](library-features/box-heap.md)
110107
- [c_void_variant](library-features/c-void-variant.md)
111108
- [char_escape_debug](library-features/char-escape-debug.md)
@@ -130,14 +127,12 @@
130127
- [derive_clone_copy](library-features/derive-clone-copy.md)
131128
- [derive_eq](library-features/derive-eq.md)
132129
- [discriminant_value](library-features/discriminant-value.md)
133-
- [enumset](library-features/enumset.md)
134130
- [error_type_id](library-features/error-type-id.md)
135131
- [exact_size_is_empty](library-features/exact-size-is-empty.md)
136132
- [fd](library-features/fd.md)
137133
- [fd_read](library-features/fd-read.md)
138134
- [fixed_size_array](library-features/fixed-size-array.md)
139135
- [float_bits_conv](library-features/float-bits-conv.md)
140-
- [float_extras](library-features/float-extras.md)
141136
- [flt2dec](library-features/flt2dec.md)
142137
- [fmt_flags_align](library-features/fmt-flags-align.md)
143138
- [fmt_internals](library-features/fmt-internals.md)
@@ -157,15 +152,13 @@
157152
- [io_error_internals](library-features/io-error-internals.md)
158153
- [io](library-features/io.md)
159154
- [ip](library-features/ip.md)
160-
- [is_unique](library-features/is-unique.md)
161155
- [iter_rfind](library-features/iter-rfind.md)
162156
- [libstd_io_internals](library-features/libstd-io-internals.md)
163157
- [libstd_sys_internals](library-features/libstd-sys-internals.md)
164158
- [libstd_thread_internals](library-features/libstd-thread-internals.md)
165159
- [linked_list_extras](library-features/linked-list-extras.md)
166160
- [lookup_host](library-features/lookup-host.md)
167161
- [manually_drop](library-features/manually-drop.md)
168-
- [map_entry_recover_keys](library-features/map-entry-recover-keys.md)
169162
- [mpsc_select](library-features/mpsc-select.md)
170163
- [n16](library-features/n16.md)
171164
- [never_type_impls](library-features/never-type-impls.md)
@@ -188,7 +181,6 @@
188181
- [rand](library-features/rand.md)
189182
- [range_contains](library-features/range-contains.md)
190183
- [raw](library-features/raw.md)
191-
- [rc_would_unwrap](library-features/rc-would-unwrap.md)
192184
- [retain_hash_collection](library-features/retain-hash-collection.md)
193185
- [reverse_cmp_key](library-features/reverse-cmp-key.md)
194186
- [rt](library-features/rt.md)
@@ -224,4 +216,3 @@
224216
- [windows_handle](library-features/windows-handle.md)
225217
- [windows_net](library-features/windows-net.md)
226218
- [windows_stdio](library-features/windows-stdio.md)
227-
- [zero_one](library-features/zero-one.md)

src/doc/unstable-book/src/library-features/as-unsafe-cell.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/doc/unstable-book/src/library-features/binary-heap-extras.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/doc/unstable-book/src/library-features/borrow-state.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/doc/unstable-book/src/library-features/enumset.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/doc/unstable-book/src/library-features/float-extras.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/doc/unstable-book/src/library-features/is-unique.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/doc/unstable-book/src/library-features/map-entry-recover-keys.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)