Skip to content

Doesn't build with current nightly #32

@kyrias

Description

@kyrias
error[E0599]: no method named `is_xid_start` found for type `char` in the current scope
   --> /home/kyrias/.cargo/registry/src/github.com-1ecc6299db9ec823/runtime-fmt-0.3.0/src/fmt_macros.rs:422:34
    |
422 |             Some(&(pos, c)) if c.is_xid_start() => {
    |                                  ^^^^^^^^^^^^ method not found in `char`

error[E0599]: no method named `is_xid_continue` found for type `char` in the current scope
   --> /home/kyrias/.cargo/registry/src/github.com-1ecc6299db9ec823/runtime-fmt-0.3.0/src/fmt_macros.rs:431:18
    |
431 |             if c.is_xid_continue() {
    |                  ^^^^^^^^^^^^^^^ method not found in `char`

It seems to have broken due to rust-lang/rust@27b703d. Does anyone know what the last working nightly was?

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