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

remove forbidden magic #2 #21

Merged
merged 2 commits into from
Jul 27, 2020
Merged

remove forbidden magic #2 #21

merged 2 commits into from
Jul 27, 2020

Conversation

WaffleLapkin
Copy link
Owner

This "ad-hoc specialization hack using optin_builtin_traits and negative_impls"
was possible due to a soundness bug in rustc. (see rust-lang/rust#74629)

Flatten probably need #[feature(specialization)] to work, though specialization
doesn't work with associated items at the moment, so this needs more research.

This "ad-hoc specialization hack using `optin_builtin_traits` and `negative_impls`"
was possible to soundness bug in rustc.

Flatten probably need `#[feature(specialization)]` to work, though specialization
doesn't work with associated items at the moment, so this needs more research.
@WaffleLapkin WaffleLapkin merged commit cca4be3 into master Jul 27, 2020
@WaffleLapkin WaffleLapkin deleted the remove_forbiden_magic_2 branch July 27, 2020 14:14
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.

1 participant