Skip to content

Conversation

anasazi
Copy link
Contributor

@anasazi anasazi commented Aug 22, 2013

Resolves #8687.

@anasazi
Copy link
Contributor Author

anasazi commented Aug 22, 2013

r? @brson

bors added a commit that referenced this pull request Aug 23, 2013
@bors bors closed this Aug 23, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Apr 21, 2022
…cursion, r=llogiq

Prevent infinite (exponential) recursion in only_used_in_recursion

This simplifies the visitor code a bit and prevents checking expressions
multiple times. I still think this lint should be removed for now,
because its code isn't really tested.

Fixes rust-lang#8689

**NOTE:** Before merging this, we should talk about removing and revisiting this lint. See my comment in rust-lang#8689

changelog: prevent infinite recursion in [`only_used_in_recursion`]
flip1995 pushed a commit to flip1995/rust that referenced this pull request May 5, 2022
Move only_used_in_recursion to nursery

r? `@llogiq`

I still think this is the right thing to do for this lint. See: rust-lang#8782

I want to get this merged before the sync on Thursday, because I want to backport this and the last fix rust-lang#8691 to beta.

changelog: Move [`only_used_in_recursion`] to nursery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rt::io::timer::Timer should not implement RtioTimer
3 participants