-
Notifications
You must be signed in to change notification settings - Fork 13k
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
crate
shorthand visibility modifier
#45401
crate
shorthand visibility modifier
#45401
Conversation
Everything looks good to me. P.S. I've edited the PR message so it doesn't close the tracking issue automatically. |
📌 Commit 4926806 has been approved by |
⌛ Testing commit 4926806413c17cd49ebffcbe365c55723834e45c with merge 4a20849909e2fab36af284637eb6466e3bf80290... |
💔 Test failed - status-appveyor |
Cannot build rustfmt (and thus RLS), legit. The tools need to be broken.
|
4926806
to
55c773e
Compare
With regrets, this breaks rustfmt and rls. This is in the matter of rust-lang#45388.
55c773e
to
214b0f2
Compare
force-push 214b0f2 removes the "Resolves" commit-message language concerning #45388 (I had been given to understand that the tracking issue would be #44660, but I agree that that's a bit unwieldy) and sets the toolstate for rustfmt and RLS to "Broken" (sorry @nrc) |
@bors r+ |
📌 Commit 214b0f2 has been approved by |
…, r=nikomatsakis `crate` shorthand visibility modifier cc #45388. r? @nikomatsakis
☀️ Test successful - status-appveyor, status-travis |
This rule was introduced by rust-lang#45401.
…ibility, r=petrochenkov Add description about `crate` for parse_visibility's comment This rule was introduced by rust-lang#45401.
cc #45388.
r? @nikomatsakis