Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

panic in publish job due to libsyntax rename #17

Closed
calebcartwright opened this issue Mar 4, 2020 · 0 comments · Fixed by #18
Closed

panic in publish job due to libsyntax rename #17

calebcartwright opened this issue Mar 4, 2020 · 0 comments · Fixed by #18

Comments

@calebcartwright
Copy link
Contributor

calebcartwright commented Mar 4, 2020

The most recent publish job failed with a

thread 'main' panicked at 'failed to execute cargo: Os { code: 2, kind: NotFound, message: "No such file or directory" }', 

error, and I believe that's because libsyntax appears to have been renamed to librustc_ast.

Refs: rust-lang/rust#69592

I'll open a PR to update the script to reflect that change , though it looks like we may potentially need to add some additional crates to the publish list for rustfmt (looks like libsyntax was split into multiple crates in addition to the rename)

cc @topecongiro

Edit: looks it was just the rename of libsyntax, no additional crate splitting

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant