-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Remove mutability from Def::Static
#60124
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
Conversation
Def::Static
Def::Static
Updated. |
@bors r+ |
📌 Commit 4eb94b4 has been approved by |
☀️ Test successful - checks-travis, status-appveyor |
📣 Toolstate changed by #60124! Tested on commit 31a75a1. 💔 clippy-driver on windows: test-pass → build-fail (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra). |
Tested on commit rust-lang/rust@31a75a1. Direct link to PR: <rust-lang/rust#60124> 💔 clippy-driver on windows: test-pass → build-fail (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra). 💔 clippy-driver on linux: test-pass → build-fail (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra). 💔 rls on windows: test-pass → build-fail (cc @Xanewok, @rust-lang/infra). 💔 rls on linux: test-pass → build-fail (cc @Xanewok, @rust-lang/infra).
Fixes fallout from rust-lang/rust#60124. cc rust-lang/rust#60154
Fixes fallout from rust-lang/rust#60124. cc rust-lang/rust#60154
rustup: Use newly-introduced mutability query for statics Fixes fallout from rust-lang/rust#60124. cc rust-lang/rust#60154 changelog: none
Fixes fallout from rust-lang#60124. Closes rust-lang#60154.
Update Clippy Fixes fallout from #60124. Closes #60154. r? @oli-obk cc @matthiaskrgr
Fixes fallout from rust-lang/rust#60124. Closes #60154.
Querify
TyCtxt::is_static
.Use
Mutability
instead of bool in foreign statics in AST/HIR.cc #60110
r? @eddyb