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
Describe the bug
Currently a "cargo build" fails with the following error:
error[E0599]: no function or associated item named from_str_unchecked found for struct proc_macro2::Literal in the current scope
--> /Users/timvw/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/quote-1.0.11/src/runtime.rs:301:41
To Reproduce
cargo build
Expected behavior
the build does not fail
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently a "cargo build" fails with the following error:
error[E0599]: no function or associated item named
from_str_unchecked
found for structproc_macro2::Literal
in the current scope--> /Users/timvw/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/quote-1.0.11/src/runtime.rs:301:41
To Reproduce
cargo build
Expected behavior
the build does not fail
The text was updated successfully, but these errors were encountered: