Home
DevCentral
Search
Configure Global Search
Log In
Transactions
T1827
Change Details
Change Details
Old
New
Diff
When compiling rALK in Rust Brown to test CI capabilities: error[E0277]: the trait bound `std::string::String: FromDataSimple` is not satisfied See P324 for full compilation error This trait is only implemented for String in debug version. It's currently in use for deploy/init/update HTTP reuqests to read the raw request body. References: * https://api.rocket.rs/v0.4/rocket/data/trait.FromData.html#provided-implementations * https://api.rocket.rs/v0.4/rocket/data/struct.Data.html for what we should use
When compiling rALK in Rust Brown to test CI capabilities (see D2992): error[E0277]: the trait bound `std::string::String: FromDataSimple` is not satisfied See P324 for full compilation error This trait is only implemented for String in debug version. It's currently in use for deploy/init/update HTTP reuqests to read the raw request body. References: * https://api.rocket.rs/v0.4/rocket/data/trait.FromData.html#provided-implementations * https://api.rocket.rs/v0.4/rocket/data/struct.Data.html for what we should use
When compiling rALK in Rust Brown to test CI capabilities
(see D2992)
: error[E0277]: the trait bound `std::string::String: FromDataSimple` is not satisfied See P324 for full compilation error This trait is only implemented for String in debug version. It's currently in use for deploy/init/update HTTP reuqests to read the raw request body. References: * https://api.rocket.rs/v0.4/rocket/data/trait.FromData.html#provided-implementations * https://api.rocket.rs/v0.4/rocket/data/struct.Data.html for what we should use
Continue