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

script/layout: Stop doing unsafe transmutes between refcell references. #17025

Merged
merged 1 commit into from May 26, 2017

Commits on May 25, 2017

  1. layout: Stop doing unsafe transmutes between refcell references.

    This commit splits the style and layout data in two separate refcells.
    
    These transmutes have been a source of trouble (for example on Android), and
    they feel like a hack anyway.
    
    Fixes #16982
    emilio committed May 25, 2017
You can’t perform that action at this time.