-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Fix backtrace for cygwin #140398
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
Fix backtrace for cygwin #140398
Conversation
This looks fine to me but for now, |
|
Q: I have found #140705 . Should the lock file also be updated? |
@rustbot ready |
Something looks weird with the submodule history, like the first commit may have been updated from a fork. Could you squash this away?
The lockfile only affects the compiler and the submodule is used by the standard library. It probably makes sense to update the compiler lockfile as well, but there hasn't been a release with the cygwin changes yet (the version published this morning is from January, it was just missing from crates.io). |
OK... let the std work first, then |
473da5b
to
fe64184
Compare
Ideally we would probably bump both at the same time, but it looks like the current submodule head is between releases anyway so no harm adding the cygwin changes. @bors r+ |
…llaumeGomez Rollup of 4 pull requests Successful merges: - rust-lang#139518 (Stabilize precise capture syntax in style guide) - rust-lang#140398 (Fix backtrace for cygwin) - rust-lang#140719 (fix typo in autorefs lint doc example) - rust-lang#140724 (Update `compiler-builtins` to 0.1.158) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#140398 - Berrysoft:cygwin-backtrace, r=tgross35 Fix backtrace for cygwin Closes rust-lang#140304 Depends on: - [x] rust-lang/backtrace-rs#704 This PR could not be merged until the above PR is merged. I'll update the submodule then. EDIT: submodule updated.
Closes #140304
Depends on:
This PR could not be merged until the above PR is merged. I'll update the submodule then.
EDIT: submodule updated.