-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Alias checker seems to get confused by lib/rope.rs #1144
Comments
The problem is that the scope state isn't threaded through the ast properly, causing an assignment in an earlier branch of an if/alt statement to invalidate a reference in the branches following it, even though they don't follow each other sequentially. |
bjorn3
added a commit
to bjorn3/rust
that referenced
this issue
Mar 5, 2021
Use dynamic dispatch for the inner Module
celinval
added a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
* Update copyright check script We are changing Kani's copyright from Amazon to "Kani Contributors" * Update Kani copyright blob Amazon -> Kani Contributors I used the following command to update the blob: git ls-files | xargs -d "\n" -L 1 sed -i "0,/Copyright Amazon.com/{s/Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved./Copyright Kani Contributors/}"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At least, the warnings about copying it emits don't seem to make much sense.
The text was updated successfully, but these errors were encountered: