dusk-network / wallet-core

The library responsible for the core functionality of a wallet
Mozilla Public License 2.0
6 stars 9 forks source link

wallet-core produces a compiler warning (at least on M1) #48

Open ZER0 opened 2 years ago

ZER0 commented 2 years ago

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

Additional context N/A

HDauven commented 4 months ago

@ZER0 is this still relevant?