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

feat: update orml references to git #118

Open
wants to merge 4 commits into
base: release-1.2.0
Choose a base branch
from

Conversation

2075
Copy link
Member

@2075 2075 commented Nov 28, 2022

No description provided.

@2075 2075 requested review from vayesy and vovacha November 28, 2022 14:55
@2075
Copy link
Member Author

2075 commented Nov 28, 2022

currently throws:

   Compiling gamedao-traits v1.2.0 (/Users/2075/dev/gamedao-protocol/traits)
error[E0277]: `T` doesn't implement `std::fmt::Debug`
    --> /Users/2075/.cargo/git/checkouts/open-runtime-module-library-d3634ee624a28945/20969f3/utilities/src/ordered_set.rs:28:25
     |
28   |         Self::from_sorted_set(v.try_into().expect("Did not add any values"))
     |                               ^^^^^^^^^^^^ ------ required by a bound introduced by this call
     |                               |
     |                               `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug`
     |
     = note: required for `std::vec::Vec<T>` to implement `std::fmt::Debug`
note: required by a bound in `Result::<T, E>::expect`
    --> /Users/2075/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/core/src/result.rs:1060:12
     |
1060 |         E: fmt::Debug,
     |            ^^^^^^^^^^ required by this bound in `Result::<T, E>::expect`
help: consider further restricting this bound
     |
15   | impl<T: Ord + Encode + Decode + MaxEncodedLen + Clone + Eq + PartialEq + std::fmt::Debug, S: Get<u32>> OrderedSet<T, S> {
     |                                                                        +++++++++++++++++

For more information about this error, try `rustc --explain E0277`.

@2075 2075 changed the base branch from main to release-1.2.0 November 28, 2022 15:43
README.md Show resolved Hide resolved
Cargo.dev.toml Show resolved Hide resolved
Cargo.dev.toml Show resolved Hide resolved
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 this pull request may close these issues.

None yet

2 participants