Skip to content

"access to extern crates through prelude is experimental" in rustdoc #51449

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
goffrie opened this issue Jun 9, 2018 · 3 comments
Closed

"access to extern crates through prelude is experimental" in rustdoc #51449

goffrie opened this issue Jun 9, 2018 · 3 comments
Labels
regression-from-stable-to-nightly Performance or correctness regression from stable to nightly. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Milestone

Comments

@goffrie
Copy link
Contributor

goffrie commented Jun 9, 2018

Current rustdoc nightly errors when trying to document h2-0.1.9:

error[E0658]: access to extern crates through prelude is experimental (see issue #44660)
  |
  = help: add #![feature(extern_prelude)] to the crate attributes to enable

Annoyingly, I can't actually figure out what triggers the error. But it's a regression from stable.

Ref #44660.

@Mark-Simulacrum Mark-Simulacrum added the regression-from-stable-to-nightly Performance or correctness regression from stable to nightly. label Jun 9, 2018
@Mark-Simulacrum Mark-Simulacrum added this to the 1.28 milestone Jun 9, 2018
@Mark-Simulacrum Mark-Simulacrum added T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. I-nominated labels Jun 9, 2018
@Mark-Simulacrum
Copy link
Member

cc @GuillaumeGomez @QuietMisdreavus @rust-lang/rustdoc

@QuietMisdreavus
Copy link
Member

Duplicate of #50561?

@Mark-Simulacrum
Copy link
Member

Looks like it, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression-from-stable-to-nightly Performance or correctness regression from stable to nightly. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

3 participants