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
Every time the wallet-core library is included in any rust project, the same warning is printed four times from the compiler (see the log).
To Reproduce
Compile any project that includes wallet-core, e.g. Rusk.
Expected behaviour
The compiler shouldn't raise any warning.
Logs/Screenshot
WARN rustc_metadata::locator no metadata found: no `.rustc` section in '/Users/zer0/dusk/rusk/target/release/deps/libdusk_wallet_core-3a88aa207eb3eefe.dylib'
WARN rustc_metadata::locator no metadata found: no `.rustc` section in '/Users/zer0/dusk/rusk/target/release/deps/libdusk_wallet_core-3a88aa207eb3eefe.dylib'
WARN rustc_metadata::locator no metadata found: no `.rustc` section in '/Users/zer0/dusk/rusk/target/release/deps/libdusk_wallet_core-3a88aa207eb3eefe.dylib'
WARN rustc_metadata::locator no metadata found: no `.rustc` section in '/Users/zer0/dusk/rusk/target/release/deps/libdusk_wallet_core-3a88aa207eb3eefe.dylib'
Platform
Fill as appropriate
Architecture: ARM (Apple Silicon)
OS:MacOs
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
Every time the wallet-core library is included in any rust project, the same warning is printed four times from the compiler (see the log).
To Reproduce
Compile any project that includes wallet-core, e.g.
Rusk
.Expected behaviour
The compiler shouldn't raise any warning.
Logs/Screenshot
Platform
Fill as appropriate
Additional context
N/A
The text was updated successfully, but these errors were encountered: