Skip to content
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

rustpkg: Handle requested versions in extern mod directives properly #10494

Closed

Conversation

catamorphism
Copy link
Contributor

r? @alexcrichton Closes #8711

let p_id = PkgId::new("foo");
let dep_id = git_repo_pkg();
let workspace = create_local_package(&p_id);
let workspace = workspace.unwrap();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be path to allow for cleanup?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, good call (I was debugging and forgot to include a note to myself to remove it).

@alexcrichton
Copy link
Member

Closing due to a lack of activity, but as always, feel free to reopen!

@metajack
Copy link
Contributor

I think this might be at least partially addressed by #10593, since that behavior was needed to make some of the crate linking tests pass.

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

Successfully merging this pull request may close these issues.

When searching the RUST_PATH, rustpkg ignores versions
3 participants