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

Update to nightly rust v1.63.0 breaks breaks cargo test #1269

Closed
jakerumbles opened this issue May 19, 2022 · 0 comments · Fixed by #1272
Closed

Update to nightly rust v1.63.0 breaks breaks cargo test #1269

jakerumbles opened this issue May 19, 2022 · 0 comments · Fixed by #1272

Comments

@jakerumbles
Copy link

Ran rustup update yesterday. Running openbrush contract unit tests worked fine before I updated, running RUSTFLAGS="-D warnings" cargo +nightly test --all-features --workspace -- --test-threads=10, but now it fails to compile due to #[doc(hidden)] is ignored on trait impl items
image

image

I was told by OpenBrush team that ink! adds #[doc(hidden)], so hopefully I have created this issue in the right place.

I'll try to revert my nightly version for now, but it looks like this will break things in the future.

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 a pull request may close this issue.

1 participant