We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bitvec
sails-idl-gen fails if BitVec is used by any program constructors or service methods:
sails-idl-gen
BitVec
thread 'main' panicked at gear-programs/checkpoint-light-client/build.rs:22:112: called `Result::unwrap()` on an `Err` value: TypeIsUnsupported("Type { path: Path { segments: [] }, type_params: [], type_def: BitSequence(TypeDefBitSequence { bit_store_type: UntrackedSymbol { id: 2, marker: PhantomData<fn() -> core::any::TypeId> }, bit_order_type: UntrackedSymbol { id: 28, marker: PhantomData<fn() -> core::any::TypeId> } }), docs: [] }") note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Implement support of bitvec crate.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem to Solve
sails-idl-gen
fails ifBitVec
is used by any program constructors or service methods:Possible Solution
Implement support of
bitvec
crate.Notes
No response
The text was updated successfully, but these errors were encountered: