Skip to content

fix(stageleft): add BTreeSet and BTreeMap private reexport mappings#60

Merged
shadaj merged 1 commit intomainfrom
sandbox-6bc3eb4f-fc78-47e9-9f7e-8d2f43ec910b
Apr 6, 2026
Merged

fix(stageleft): add BTreeSet and BTreeMap private reexport mappings#60
shadaj merged 1 commit intomainfrom
sandbox-6bc3eb4f-fc78-47e9-9f7e-8d2f43ec910b

Conversation

@shadaj
Copy link
Copy Markdown
Member

@shadaj shadaj commented Mar 18, 2026

Added reexport path mappings for BTreeMap and BTreeSet in stageleft/src/type_name.rs PRIVATE_REEXPORTS, mapping:

  • std::collections::btree::map → std::collections::btree_map
  • std::collections::btree::set → std::collections::btree_set

This follows the existing pattern used for HashMap and HashSet.

Fixes #61

Added reexport path mappings for BTreeMap and BTreeSet in
stageleft/src/type_name.rs PRIVATE_REEXPORTS, mapping:
- std::collections::btree::map → std::collections::btree_map
- std::collections::btree::set → std::collections::btree_set

This follows the existing pattern used for HashMap and HashSet.
@shadaj shadaj changed the title Add BTreeSet and BTreeMap private reexport mappings fix(stageleft): add BTreeSet and BTreeMap private reexport mappings Mar 18, 2026
@shadaj shadaj force-pushed the sandbox-6bc3eb4f-fc78-47e9-9f7e-8d2f43ec910b branch from 3d6dd40 to 32878b6 Compare March 18, 2026 20:55
@shadaj shadaj requested a review from MingweiSamuel March 18, 2026 20:55
@shadaj shadaj merged commit 6b9bd54 into main Apr 6, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

stageleft: BTreeSet and other std::collections::btree::* types fail inside q!()

2 participants