Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tracking: make foyer compatible with stable rust #310

Closed
17 tasks done
MrCroxx opened this issue Apr 9, 2024 · 3 comments
Closed
17 tasks done

tracking: make foyer compatible with stable rust #310

MrCroxx opened this issue Apr 9, 2024 · 3 comments
Assignees
Labels
tracking Tracking issue

Comments

@MrCroxx
Copy link
Collaborator

MrCroxx commented Apr 9, 2024

  • trait_alias
  • lint_reasons
  • bound_map
  • associated_type_defaults
  • cfg_match
  • let_chains
  • offset_of
  • associated_type_bounds
  • ptr_metadata
  • allocator_api
  • strict_provenance
  • get_mut_unchecked
  • error_generic_member_access
  • lazy_cell
  • box_into_inner
  • try_trait_v2
  • pattern
@MrCroxx MrCroxx added the tracking Tracking issue label Apr 9, 2024
@MrCroxx MrCroxx self-assigned this Apr 9, 2024
@xiaguan
Copy link
Contributor

xiaguan commented Apr 10, 2024

for offset_of , it seems already stable ?
rust-lang/rust#106655

@MrCroxx
Copy link
Collaborator Author

MrCroxx commented Apr 10, 2024

for offset_of , it seems already stable ? rust-lang/rust#106655

Yep. But currently foyer is using the same rust-chain with RisingWave. I'm working on decoupling.

@MrCroxx
Copy link
Collaborator Author

MrCroxx commented Apr 10, 2024

Done via #317

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tracking Tracking issue
Projects
Status: No status
Development

No branches or pull requests

2 participants