Skip to content
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

Fix_awt_bug #193

Merged
merged 3 commits into from Apr 8, 2023
Merged

Fix_awt_bug #193

merged 3 commits into from Apr 8, 2023

Conversation

la10736
Copy link
Owner

@la10736 la10736 commented Apr 8, 2023

Fix #189

visit_item_fn_mut can cause wired behavior
because it will also visit inner functions.
A clean solution to #189 is to take the responsibility
of the two extraction separated.
Also we removed the inner visit_item_fn_mut for
all others extractions because are useless and can cause
also wired bugs
@la10736 la10736 merged commit 885b54e into master Apr 8, 2023
1 check passed
@la10736 la10736 deleted the fix_awt_bug branch April 8, 2023 09:22
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.

#[awt] doesn't work if a test defines an inner function
1 participant