-
Notifications
You must be signed in to change notification settings - Fork 156
Change type of $lty
argument to ty
#147
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
`ident` is not sufficient, as it won't allow something like `::module::Type`.
Thanks, @hannobraun. @homunkulus r+ |
📌 Commit b78b352 has been approved by |
💔 Test failed - status-appveyor |
I'm a bit confused by those AppVeyor failures. It's not obvious to me what causes those failures, as even the successful jobs are riddled with error messages. Seems unrelated to this pull request, though. Any idea what's going on, @japaric? |
Change type of `$lty` argument to `ty` `ident` is not sufficient, as it won't allow something like `::module::Type`.
Change type of `$lty` argument to `ty` `ident` is not sufficient, as it won't allow something like `::module::Type`.
💔 Test failed - status-appveyor |
Appveyor cache problem should be fixed in #152. @homunkulus retry |
Change type of `$lty` argument to `ty` `ident` is not sufficient, as it won't allow something like `::module::Type`.
☀️ Test successful - status-appveyor, status-travis |
ident
is not sufficient, as it won't allow something like::module::Type
.