Release 4.1.3 #2924
Annotations
3 errors
unexpected `cfg` condition value: `__ink_dylint_Constructor`:
crates/transcode/src/lib.rs#L539
error: unexpected `cfg` condition value: `__ink_dylint_Constructor`
--> crates/transcode/src/lib.rs:539:13
|
539 | pub fn default() -> Self {
| ^^^
|
= note: expected values for `feature` are: `default` and `std`
= help: consider adding `__ink_dylint_Constructor` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
|
unexpected `cfg` condition value: `__ink_dylint_Constructor`:
crates/transcode/src/lib.rs#L534
error: unexpected `cfg` condition value: `__ink_dylint_Constructor`
--> crates/transcode/src/lib.rs:534:13
|
534 | pub fn new(init_value: bool) -> Self {
| ^^^
|
= note: expected values for `feature` are: `default` and `std`
= help: consider adding `__ink_dylint_Constructor` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
|
unexpected `cfg` condition value: `__ink_dylint_Storage`:
crates/transcode/src/lib.rs#L520
error: unexpected `cfg` condition value: `__ink_dylint_Storage`
--> crates/transcode/src/lib.rs:520:9
|
520 | pub struct Transcode {
| ^^^
|
= note: expected values for `feature` are: `default` and `std`
= help: consider adding `__ink_dylint_Storage` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: `-D unexpected-cfgs` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unexpected_cfgs)]`
|