Skip to content

Remove build scripts and cfg flags #40

Remove build scripts and cfg flags

Remove build scripts and cfg flags #40

Triggered via pull request January 5, 2024 21:45
Status Failure
Total duration 1m 53s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

check.yml

on: pull_request
stable / fmt
40s
stable / fmt
nightly / doc
39s
nightly / doc
Matrix: clippy
Matrix: msrv
Fit to window
Zoom out
Zoom in

Annotations

39 errors and 2 warnings
the trait bound `icondata_core::IconData: std::convert::From<icondata_wi::WiIcon>` is not satisfied: icondata/src/lib.rs#L104
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_wi::WiIcon>` is not satisfied --> icondata/src/lib.rs:104:31 | 104 | Icon::Wi(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_wi::WiIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_wi::WiIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_vs::VsIcon>` is not satisfied: icondata/src/lib.rs#L103
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_vs::VsIcon>` is not satisfied --> icondata/src/lib.rs:103:31 | 103 | Icon::Vs(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_vs::VsIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_vs::VsIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_ti::TiIcon>` is not satisfied: icondata/src/lib.rs#L102
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_ti::TiIcon>` is not satisfied --> icondata/src/lib.rs:102:31 | 102 | Icon::Ti(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_ti::TiIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_ti::TiIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_tb::TbIcon>` is not satisfied: icondata/src/lib.rs#L101
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_tb::TbIcon>` is not satisfied --> icondata/src/lib.rs:101:31 | 101 | Icon::Tb(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_tb::TbIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_tb::TbIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_si::SiIcon>` is not satisfied: icondata/src/lib.rs#L100
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_si::SiIcon>` is not satisfied --> icondata/src/lib.rs:100:31 | 100 | Icon::Si(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_si::SiIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_si::SiIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_ri::RiIcon>` is not satisfied: icondata/src/lib.rs#L99
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_ri::RiIcon>` is not satisfied --> icondata/src/lib.rs:99:31 | 99 | Icon::Ri(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_ri::RiIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_ri::RiIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_oc::OcIcon>` is not satisfied: icondata/src/lib.rs#L98
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_oc::OcIcon>` is not satisfied --> icondata/src/lib.rs:98:31 | 98 | Icon::Oc(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_oc::OcIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_oc::OcIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_lu::LuIcon>` is not satisfied: icondata/src/lib.rs#L97
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_lu::LuIcon>` is not satisfied --> icondata/src/lib.rs:97:31 | 97 | Icon::Lu(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_lu::LuIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_lu::LuIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_io::IoIcon>` is not satisfied: icondata/src/lib.rs#L96
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_io::IoIcon>` is not satisfied --> icondata/src/lib.rs:96:31 | 96 | Icon::Io(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_io::IoIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_io::IoIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_im::ImIcon>` is not satisfied: icondata/src/lib.rs#L95
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_im::ImIcon>` is not satisfied --> icondata/src/lib.rs:95:31 | 95 | Icon::Im(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_im::ImIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_im::ImIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_hi::HiIcon>` is not satisfied: icondata/src/lib.rs#L94
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_hi::HiIcon>` is not satisfied --> icondata/src/lib.rs:94:31 | 94 | Icon::Hi(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_hi::HiIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_hi::HiIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_fi::FiIcon>` is not satisfied: icondata/src/lib.rs#L93
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_fi::FiIcon>` is not satisfied --> icondata/src/lib.rs:93:31 | 93 | Icon::Fi(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_fi::FiIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_fi::FiIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_fa::FaIcon>` is not satisfied: icondata/src/lib.rs#L92
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_fa::FaIcon>` is not satisfied --> icondata/src/lib.rs:92:31 | 92 | Icon::Fa(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_fa::FaIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_fa::FaIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_ch::ChIcon>` is not satisfied: icondata/src/lib.rs#L91
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_ch::ChIcon>` is not satisfied --> icondata/src/lib.rs:91:31 | 91 | Icon::Ch(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_ch::ChIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_ch::ChIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_cg::CgIcon>` is not satisfied: icondata/src/lib.rs#L90
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_cg::CgIcon>` is not satisfied --> icondata/src/lib.rs:90:31 | 90 | Icon::Cg(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_cg::CgIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_cg::CgIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_bs::BsIcon>` is not satisfied: icondata/src/lib.rs#L89
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_bs::BsIcon>` is not satisfied --> icondata/src/lib.rs:89:31 | 89 | Icon::Bs(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_bs::BsIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_bs::BsIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_bi::BiIcon>` is not satisfied: icondata/src/lib.rs#L88
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_bi::BiIcon>` is not satisfied --> icondata/src/lib.rs:88:31 | 88 | Icon::Bi(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_bi::BiIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_bi::BiIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_ai::AiIcon>` is not satisfied: icondata/src/lib.rs#L87
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_ai::AiIcon>` is not satisfied --> icondata/src/lib.rs:87:31 | 87 | Icon::Ai(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_ai::AiIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_ai::AiIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_wi::WiIcon>` is not satisfied: icondata/src/lib.rs#L104
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_wi::WiIcon>` is not satisfied --> icondata/src/lib.rs:104:31 | 104 | Icon::Wi(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_wi::WiIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_wi::WiIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_vs::VsIcon>` is not satisfied: icondata/src/lib.rs#L103
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_vs::VsIcon>` is not satisfied --> icondata/src/lib.rs:103:31 | 103 | Icon::Vs(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_vs::VsIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_vs::VsIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_ti::TiIcon>` is not satisfied: icondata/src/lib.rs#L102
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_ti::TiIcon>` is not satisfied --> icondata/src/lib.rs:102:31 | 102 | Icon::Ti(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_ti::TiIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_ti::TiIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_tb::TbIcon>` is not satisfied: icondata/src/lib.rs#L101
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_tb::TbIcon>` is not satisfied --> icondata/src/lib.rs:101:31 | 101 | Icon::Tb(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_tb::TbIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_tb::TbIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_si::SiIcon>` is not satisfied: icondata/src/lib.rs#L100
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_si::SiIcon>` is not satisfied --> icondata/src/lib.rs:100:31 | 100 | Icon::Si(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_si::SiIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_si::SiIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_ri::RiIcon>` is not satisfied: icondata/src/lib.rs#L99
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_ri::RiIcon>` is not satisfied --> icondata/src/lib.rs:99:31 | 99 | Icon::Ri(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_ri::RiIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_ri::RiIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_oc::OcIcon>` is not satisfied: icondata/src/lib.rs#L98
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_oc::OcIcon>` is not satisfied --> icondata/src/lib.rs:98:31 | 98 | Icon::Oc(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_oc::OcIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_oc::OcIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_lu::LuIcon>` is not satisfied: icondata/src/lib.rs#L97
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_lu::LuIcon>` is not satisfied --> icondata/src/lib.rs:97:31 | 97 | Icon::Lu(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_lu::LuIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_lu::LuIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_io::IoIcon>` is not satisfied: icondata/src/lib.rs#L96
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_io::IoIcon>` is not satisfied --> icondata/src/lib.rs:96:31 | 96 | Icon::Io(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_io::IoIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_io::IoIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_im::ImIcon>` is not satisfied: icondata/src/lib.rs#L95
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_im::ImIcon>` is not satisfied --> icondata/src/lib.rs:95:31 | 95 | Icon::Im(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_im::ImIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_im::ImIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_hi::HiIcon>` is not satisfied: icondata/src/lib.rs#L94
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_hi::HiIcon>` is not satisfied --> icondata/src/lib.rs:94:31 | 94 | Icon::Hi(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_hi::HiIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_hi::HiIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_fi::FiIcon>` is not satisfied: icondata/src/lib.rs#L93
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_fi::FiIcon>` is not satisfied --> icondata/src/lib.rs:93:31 | 93 | Icon::Fi(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_fi::FiIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_fi::FiIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_fa::FaIcon>` is not satisfied: icondata/src/lib.rs#L92
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_fa::FaIcon>` is not satisfied --> icondata/src/lib.rs:92:31 | 92 | Icon::Fa(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_fa::FaIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_fa::FaIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_ch::ChIcon>` is not satisfied: icondata/src/lib.rs#L91
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_ch::ChIcon>` is not satisfied --> icondata/src/lib.rs:91:31 | 91 | Icon::Ch(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_ch::ChIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_ch::ChIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_cg::CgIcon>` is not satisfied: icondata/src/lib.rs#L90
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_cg::CgIcon>` is not satisfied --> icondata/src/lib.rs:90:31 | 90 | Icon::Cg(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_cg::CgIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_cg::CgIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_bs::BsIcon>` is not satisfied: icondata/src/lib.rs#L89
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_bs::BsIcon>` is not satisfied --> icondata/src/lib.rs:89:31 | 89 | Icon::Bs(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_bs::BsIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_bs::BsIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_bi::BiIcon>` is not satisfied: icondata/src/lib.rs#L88
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_bi::BiIcon>` is not satisfied --> icondata/src/lib.rs:88:31 | 88 | Icon::Bi(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_bi::BiIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_bi::BiIcon`
the trait bound `icondata_core::IconData: std::convert::From<icondata_ai::AiIcon>` is not satisfied: icondata/src/lib.rs#L87
error[E0277]: the trait bound `icondata_core::IconData: std::convert::From<icondata_ai::AiIcon>` is not satisfied --> icondata/src/lib.rs:87:31 | 87 | Icon::Ai(icon) => icondata_core::IconData::from(icon), | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<icondata_ai::AiIcon>` is not implemented for `icondata_core::IconData` | = help: the trait `std::convert::From<Icon>` is implemented for `icondata_core::IconData` = help: for that trait implementation, expected `Icon`, found `icondata_ai::AiIcon`
stable / clippy
Clippy had exited with the 101 exit code
beta / clippy
Clippy had exited with the 101 exit code
ubuntu / 1.67.0
Process completed with exit code 101.
stable / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
beta / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/