Skip to content
This repository was archived by the owner on Sep 1, 2026. It is now read-only.

Prepare for a breaking change in the Rust compiler. - #1

Closed
oli-obk wants to merge 1 commit into
rorm-orm:devfrom
oli-obk:breakage_fix
Closed

Prepare for a breaking change in the Rust compiler.#1
oli-obk wants to merge 1 commit into
rorm-orm:devfrom
oli-obk:breakage_fix

Conversation

@oli-obk

@oli-obk oli-obk commented Sep 21, 2023

Copy link
Copy Markdown

The soundness fix in rust-lang/rust#115008 will cause rorm-sql to break, even though it is not unsound. The missing bound is very hard to abuse, but still a soundness hole in our type system.

It will likely take 12 weeks before a stable compiler with the soundness fix is shipped.

The soundness fix in rust-lang/rust#115008 will cause rorm-sql to break, even though it is not unsound. The missing bound is very hard to abuse, but still a soundness hole in our type system.

It will likely take 12 weeks before a stable compiler with the soundness fix is shipped.
@myOmikron

Copy link
Copy Markdown
Member

Thanks for the info! We fixed it ourselves in the meantime

@myOmikron myOmikron closed this Sep 1, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants