-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Description
Here is my setup:
rustc 1.81.0
solana-cli 2.1.0
avm 0.31.1
I followed every version mentioned in Anchor.toml, following through steps in README.
When I try to run anchor test
The following occurs:
$USER/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/wrapper.rs:367:26
error[E0412]: cannot find type SourceFile
in crate proc_macro
$USER/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.94/src/wrapper.rs:463:56
error[E0599]: no method named source_file
found for reference &proc_macro::Span
in the current scope
Seem like an issue on proc-macro? I'm trying to figure out how to resolve this, but got no solid solution yet.
Metadata
Metadata
Assignees
Labels
No labels