Skip to content

Serde still causing errors even after 1.0.212 #2846

@sffc

Description

@sffc

Serde 1.0.211 broke some call sites described in #2844 and later fixed in #2845

I believe it is still broken. The number of errors is reduced, but I am still seeing one:

...
  Downloaded serde_derive v1.0.212
...
error[E0425]: cannot find value `__e` in this scope
   --> components/datetime/src/provider/calendar/symbols.rs:336:36
    |
336 |                 deserialize_with = "icu_provider::serde_borrow_de_utils::array_of_cow"
    |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

CC @robertbastian

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