paritytech / polkadot-sdk

The Parity Polkadot Blockchain SDK
https://polkadot.com/
1.94k stars 710 forks source link

polkadot-primitives: compilation error v8 tests #6611

Open jarkkojs opened 1 week ago

jarkkojs commented 1 week ago

Is there an existing issue?

Experiencing problems? Have you tried our Stack Exchange first?

Description of bug

I took the compilation error fix away from this PR but it still should be fixed: https://github.com/paritytech/polkadot-sdk/pull/6533 (see the reverts in the end).

Steps to reproduce

These errors can been seen in Zed:

image

bkchr commented 1 week ago

The tests are compiling in CI. So, I don't know what are the compilation errors? Can you replicate these errors with rustc?

IDE's sometimes show "fake" errors, which I think is happening here as well. If you can not reproduce the issue with a cargo build/cargo test command, please close the issue.