-
Notifications
You must be signed in to change notification settings - Fork 13.3k
make HR_LIFETIME_IN_ASSOC_TYPE deny-by-default #37843
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
It's time to fix issue rust-lang#32330. cc rust-lang#33685
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
This needs a crater run. |
Please switch to |
Dear @nikomatsakis, are you going to write tests for that case? |
Crater report available here.
|
@KalitaAlexey there are many tests for the ling that already exist, they are just already set to deny |
@djudd -- note that according to this crater run, your package In any case, here are the errors we see. I suspect the fix is to change the signature of pub fn transliterate(c: char) -> Chars<'static> but I am not entirely sure until I am able to experiment. (Note that the need to do this is itself a compiler bug, as described in #32330, but fixing that bug is (somewhat ironically) blocked on converting this lint into a hard error.)
I'll update with more info when I figure out what's happening with the |
@nikomatsakis that fix appears to work - thanks! (I didn't see phf_macros-related errors locally.) |
f85d48b
to
a257d8d
Compare
@bors r=eddyb |
📌 Commit a257d8d has been approved by |
💔 Test failed - auto-win-gnu-32-opt |
@bors: retry On Tue, Nov 22, 2016 at 9:13 AM, bors [email protected] wrote:
|
It's time to fix issue #32330.
cc #33685
cc @arielb1