-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Rename ExprKind::Vec to Array in HIR and HAIR. #39090
Conversation
This is a clearer name since they represent [a, b, c] array literals.
Oh its only HIR, nvmd. |
Either way, it's not for no reason. We had a previous related PR but I guess it didn't do the entire job. |
@bors r+ |
📌 Commit a9f8f98 has been approved by |
⌛ Testing commit a9f8f98 with merge 24235f2... |
💔 Test failed - status-travis |
@bors retry |
⌛ Testing commit a9f8f98 with merge 94c0c6b... |
💔 Test failed - status-travis |
… On Mon, Jan 16, 2017 at 7:56 AM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/rust/builds/192398321>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#39090 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95JnUsHb3ueOpAudYKBNKFnkSAH9qks5rS5MqgaJpZM4LkTPr>
.
|
Rename ExprKind::Vec to Array in HIR and HAIR. This is a clearer name since they represent `[a, b, c]` array literals. r? @eddyb
☀️ Test successful - status-appveyor, status-travis |
This is a clearer name since they represent
[a, b, c]
array literals.r? @eddyb