-
Notifications
You must be signed in to change notification settings - Fork 204
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
add #![feature(negative_impls)]
but negative_impls doesnt exist localy
#694
Comments
There is info about negative impls in rust-lang/rust#68318 (there was a link in the long error message). I'm confused how your crate is building locally without this feature but still having |
yes I am using nightly and it is documenting properly (without
nightly version is |
@JAicewizard I tried building this locally and got the same errors as from the docs.rs build:
Are you sure you're using 1.44 to document? I got this error with |
I am very sure that at the time this was in deed the case!!! |
Very strange. Glad you figured it out though :) I see that you published 0.1.2 and it built so I'm going to close this. |
Crate name:
rustt
Build failure link:
https://docs.rs/crate/rustt/0.1.1/builds/235564
Additional details:
The logs say I should use
#![feature(negative_impls)]
but 1: I cant find any information about this issue, and most importantly 2: locally usingnightly 2020-03-18
I cant build myself let alone upload to crates.io when adding this crate attribute.The text was updated successfully, but these errors were encountered: