diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-08-05 05:40:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-05 05:40:20 +0200 |
| commit | e4367cec5ec622f0d79304e3ddbdf8628fa6d10c (patch) | |
| tree | d21f5ae876866f9fc6c62891fc19b6f6089b3f58 /compiler/rustc_codegen_llvm | |
| parent | f6c8b7a60a00ad5ad7eda6364128b8db136cb55d (diff) | |
| parent | 0bc501e0addf9dec2fe87613c5fdc6180364aceb (diff) | |
| download | rust-e4367cec5ec622f0d79304e3ddbdf8628fa6d10c.tar.gz rust-e4367cec5ec622f0d79304e3ddbdf8628fa6d10c.zip | |
Rollup merge of #128309 - kmicklas:btreeset-cursor, r=Amanieu
Implement cursors for `BTreeSet` Tracking issue: https://github.com/rust-lang/rust/issues/107540 This is a straightforward wrapping of the map API, except that map's `CursorMut` does not make sense, because there is no value to mutate. Hence, map's `CursorMutKey` is wrapped here as just `CursorMut`, since it's unambiguous for sets and we don't normally speak of "keys". On the other hand, I can see some potential for confusion with `CursorMut` meaning different things in each module. I'm happy to take suggestions to improve that. r? ````@Amanieu````
Diffstat (limited to 'compiler/rustc_codegen_llvm')
0 files changed, 0 insertions, 0 deletions
