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 unnecessary uses of #[no_move] #8286

Merged
merged 1 commit into from Nov 8, 2015
Merged

Commits on Nov 8, 2015

  1. Clean up some code related to #[no_move].

    The patch makes RootCollection a bit safer by making the StackRootTLS hold
    it in place.
    
    The use of no_move in CodeGenRust was leftover from when roots couldn't
    be moved.
    eefriedman committed Nov 8, 2015
You can’t perform that action at this time.