-
Notifications
You must be signed in to change notification settings - Fork 208
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
rustc_private
?
#2088
Comments
Hmm. This is definitely not supported today, but it seems ok to run @smoelius can you talk a little more about how you were imagining this would work? "only the latest nightly" seems limiting; I guess we could support an arbitrary date but then it will be easy to overload the server just by publishing many crates with different rustc_private toolchains. |
"Only the latest nightly" would work for my use case. Strictly speaking,
If the latest nightly was not possible, an arbitrary recent nightly chosen by docs.rs also seems workable. In other words, if docs rs' policy was "we'll give you a nightly with (Apologies as I am traveling and don't have access to my normal @smoelius account. If you would prefer, I could reaffirm the above this coming Monday.) |
Oh, perfect! that should be quite easy to do on our side then :)
No worries, you're perfectly fine :) I'm not worried about someone maliciously pretending to be you to tell us to implement a feature lol (not sure how that would even work). Mentoring instructions: add a call to docs.rs/src/docbuilder/rustwide_builder.rs Line 191 in e3e044b
|
Can a crate that uses
rustc_private
be built on docs.rs?I have been trying to build this crate: https://docs.rs/crate/dylint_linting
My most recent attempt was to add the relevant
rustc
components manually from the build script, which didn't work.Is what I am trying to do possible? If so, what is the "right" way to build a crate that uses
rustc_private
on docs.rs?Thank you.
The text was updated successfully, but these errors were encountered: