-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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
Labels
No labels