You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume that's probably why the Travis and AppVeyor builds are failing with errors like the ones below?
Compiling rustc-ap-rustc_lexer v546.0.0
error[E0433]: failed to resolve: could not find `property`in`unicode`
--> /home/travis/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_lexer-546.0.0/src/lib.rs:672:24
|
672 | core::unicode::property::Pattern_White_Space(c)
| ^^^^^^^^ could not find `property`in`unicode`
error[E0599]: no method named `is_xid_start` found fortype `char`in the current scope
Hopefully fixes rust-lang/rust#64180.
The text was updated successfully, but these errors were encountered: