You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gccrs: feat: Made changes to ensure no wrong assignments are done.
gcc/rust/ChangeLog:
* backend/rust-compile-expr.cc (lvalue_p): Created a function that checks the lvalue.
(CompileExpr::visit): Modified the function to check the lvalue using the above mentioned
function and also checks the type of lvalue expression.
gcc/testsuite/ChangeLog:
* rust/compile/issue-3287.rs: New test for testing wrong assignments.
0 commit comments