More improvements #205
rust-checks.yaml
on: pull_request
doc
2m 34s
lint
13m 52s
Matrix: test
Annotations
5 errors
doc
Process completed with exit code 101.
|
visibility qualifiers are not permitted here:
home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/environmental-1.1.4/src/lib.rs#L253
error[E0449]: visibility qualifiers are not permitted here
--> /home/runner/.cargo/git/checkouts/polkadot-sdk-cff69157b985ed76/1d5d4a4/substrate/frame/contracts/src/lib.rs:1249:3
|
1249 | environmental!(executing_contract: bool);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: trait items always share the visibility of their trait
= note: this error originates in the macro `environmental` (in Nightly builds, run with -Z macro-backtrace for more info)
|
visibility qualifiers are not permitted here:
home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/environmental-1.1.4/src/lib.rs#L261
error[E0449]: visibility qualifiers are not permitted here
--> /home/runner/.cargo/git/checkouts/polkadot-sdk-cff69157b985ed76/1d5d4a4/substrate/frame/contracts/src/lib.rs:1249:3
|
1249 | environmental!(executing_contract: bool);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: trait items always share the visibility of their trait
= note: this error originates in the macro `environmental` (in Nightly builds, run with -Z macro-backtrace for more info)
|
visibility qualifiers are not permitted here:
home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/environmental-1.1.4/src/lib.rs#L268
error[E0449]: visibility qualifiers are not permitted here
--> /home/runner/.cargo/git/checkouts/polkadot-sdk-cff69157b985ed76/1d5d4a4/substrate/frame/contracts/src/lib.rs:1249:3
|
1249 | environmental!(executing_contract: bool);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: trait items always share the visibility of their trait
= note: this error originates in the macro `environmental` (in Nightly builds, run with -Z macro-backtrace for more info)
|
lint
Clippy had exited with the 101 exit code
|