chore: use Rust 1.65.0 (#16688)

This commit is contained in:
Aaron O'Mullan 2022-11-17 22:59:10 -03:00 committed by GitHub
parent 483c10c94b
commit 238590aa9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
48 changed files with 119 additions and 130 deletions

View file

@ -195,7 +195,7 @@ fn find_recursive_cause(js_error: &JsError) -> Option<ErrorReference> {
{
return Some(ErrorReference {
from: current_error,
to: *seen,
to: seen,
});
} else {
current_error = cause;