Skip to content

rand fails to migrate #51209

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

Closed
nikomatsakis opened this issue May 30, 2018 · 1 comment
Closed

rand fails to migrate #51209

nikomatsakis opened this issue May 30, 2018 · 1 comment
Labels
A-edition-2018 Area: The 2018 edition F-rust_2018_preview `#![feature(rust_2018_preview)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-epoch Working group: Epoch (2018) management

Comments

@nikomatsakis
Copy link
Contributor

@teiesti helpfully reported that rand fails to migrate successfully:

branch here

$ cargo +nightly build
   Compiling rand v0.5.0 (file:///home/tobias/dev/rand)
error[E0463]: can't find crate for `distributions`
   --> src/distributions/uniform.rs:104:5
    |
104 | use distributions::Distribution;
    |     ^^^^^^^^^^^^^ can't find crate

error: aborting due to previous error
@nikomatsakis nikomatsakis added T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-epoch Working group: Epoch (2018) management F-rust_2018_preview `#![feature(rust_2018_preview)]` labels May 30, 2018
@Mark-Simulacrum Mark-Simulacrum added this to the Rust 2018 Alpha milestone Jun 7, 2018
@Mark-Simulacrum
Copy link
Member

I successfully migrated rand after some minor edits to macros (::core being replaced with crate::core); so I'm going to close this issue.

@fmease fmease added the A-edition-2018 Area: The 2018 edition label Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-edition-2018 Area: The 2018 edition F-rust_2018_preview `#![feature(rust_2018_preview)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-epoch Working group: Epoch (2018) management
Projects
None yet
Development

No branches or pull requests

3 participants