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
We need to check for errors on the number of copies expression before
trying to const fold it otherwise it will just fail in the const evaluator.
Fixes#4165
gcc/rust/ChangeLog:
* typecheck/rust-hir-type-check-expr.cc (TypeCheckExpr::visit): check for error
gcc/testsuite/ChangeLog:
* rust/compile/issue-4165.rs: New test.
Signed-off-by: Philip Herron <[email protected]>
0 commit comments