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 think it's a cache invalidation issue with procedural macros that depend on environment variables: rust-lang/rust#74690.
I tried actually reading CLASSPATH instead of using the hardcoded java for javap. The result is that modifying the CLASSPATH in .cargo/config does not trigger a recompilation of the example, but after a cargo clean duchess uses the modified classpath.
I've setup a .config/cargo.toml that sets the classpath, but when I run
it doesn't seem to be set. I don't understand why and that's confusing. HELP!
The text was updated successfully, but these errors were encountered: