I try to "handhold" newbies to Rust if I notice a pull request from someone new (and I know a few other reviewers who try to reduce "jargon"/expand explanations for PRs from new people); you must've been one of the ones unfortunate enough to slip under the radar. Sorry! :(
FWIW, if it was an automerge failure (rather than a test failure), that just means there were merge conflicts which git cannot resolve automatically, and just requires rebasing the PR. (I believe Github's interface for displaying when a PR is stale has improved recently, so hopefully this situation is now less confusing!)
FWIW, if it was an automerge failure (rather than a test failure), that just means there were merge conflicts which git cannot resolve automatically, and just requires rebasing the PR. (I believe Github's interface for displaying when a PR is stale has improved recently, so hopefully this situation is now less confusing!)