Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ZER0 opened this issue Feb 22, 2022 · 1 comment
Open

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

ZER0 opened this issue Feb 22, 2022 · 1 comment
Labels
fix:bug Something isn't working

Comments

@ZER0
Copy link
Contributor

ZER0 commented Feb 22, 2022

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

@ZER0 ZER0 added the fix:bug Something isn't working label Feb 22, 2022
@HDauven
Copy link
Member

HDauven commented Apr 24, 2024

@ZER0 is this still relevant?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants