-
Notifications
You must be signed in to change notification settings - Fork 69
Undefined Behavior #163
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
Comments
FYI this is a false positive (or just a bug, because the reasoning the lint is engaging in here is totally wrong). I fixed this in rust-lang/rust#124908 but did not realize at the time that it should have been backported. |
So while that fixed the UB reported here, there is still another UB popping up now
|
Enable tree borrows still results in miri failing to validate wgsl-analyzer/wgsl-analyzer#184 |
The text was updated successfully, but these errors were encountered: