Skip to content

tide 0.13.0 doesn't compile in linux-arm #673

@prabirshrestha

Description

@prabirshrestha

https://github.com/prabirshrestha/rblog/runs/938464387

error[E0277]: the trait bound `std::sync::atomic::AtomicBool: session::_::_serde::Deserialize<'_>` is not satisfied
##[error]  --> /cargo/registry/src/github.com-1ecc6299db9ec823/async-session-2.0.0/src/session.rs:65:5
   |
65 |     destroy: Arc<AtomicBool>,
   |     ^^^^^^^ the trait `session::_::_serde::Deserialize<'_>` is not implemented for `std::sync::atomic::AtomicBool`
   |
   = note: required because of the requirements on the impl of `session::_::_serde::Deserialize<'_>` for `std::boxed::Box<std::sync::atomic::AtomicBool>`
   = note: required because of the requirements on the impl of `session::_::_serde::Deserialize<'_>` for `std::sync::Arc<std::sync::atomic::AtomicBool>`
   = note: required by `session::_::_serde::de::MapAccess::next_value`

error: aborting due to 3 previous errors
##[error]aborting due to 3 previous errors
For more information about this error, try `rustc --explain E0277`.
error: could not compile `async-session`.
##[error]could not compile `async-session`.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions