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

remove find_use_placement #95194

Merged
merged 1 commit into from
Apr 15, 2022

Commits on Mar 31, 2022

  1. remove find_use_placement

    A more robust solution to finding where to place use suggestions was added.
    The algorithm uses the AST to find the span for the suggestion so we pass this span
    down to the HIR during lowering and use it.
    
    Signed-off-by: Miguel Guarniz <[email protected]>
    kckeiks committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    8c2353b View commit details
    Browse the repository at this point in the history