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
When compiling our project, many warnings regarding "no .rustc section" are printed.
To reproduce, please check out https://github.com/farmaazon/bug-repro , go to src/rust directory and run cargo build.
You should see some warning similar to
WARN rustc_metadata::locator no metadata found: no `.rustc` section in '<path-to-repo>/src/rust/target/debug/deps/libenso_shortcuts_examples.so'
As far as I checked, the warnings are not displayed when building crates separately.