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

Fix latest nightly breakage #2681

Merged
merged 1 commit into from
Apr 19, 2018

Conversation

phansch
Copy link
Member

@phansch phansch commented Apr 18, 2018

Was caused partly by rust-lang/rust#49882

lint_store is now wrapped in an RwLock instead of a RefCell

I'm not sure if there are better ways to use the RwLock API, though. But it seems to work.

fixes #2682

I'm not sure if there are better ways to use the RwLock API, though. But
it seems to work.
@oli-obk
Copy link
Contributor

oli-obk commented Apr 19, 2018

Should be fine. I'll publish a new version sometime this morning

@oli-obk oli-obk merged commit 475959d into rust-lang:master Apr 19, 2018
@phansch phansch deleted the fix_latest_nightly_breakage branch April 19, 2018 06:37
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.

Does not compile on the latest Nightly
2 participants