-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Errors returned by MetadataLoader are silently discarded #53381
Comments
Do you have some more info? Is this something users experience? Or is it mostly custom drivers running into problems? |
When implementing |
It's possible if an rlib/dylib gets corrupt, because then it won't say the file is corrupt.
Yes |
…crichton Warn about metadata loader errors Output when writing corrupting to libcore.rlib ``` warning: no metadata found: failed to read rlib metadata in '/Users/bjorn/Documents/rust_fork/build/x86_64-apple-darwin/stage1-std/x86_64-apple-darwin/release/deps/libcore-857d662d379c5d0c.rlib': File too small to be an archive error[E0463]: can't find crate for `core` error: aborting due to previous error ``` Fixes rust-lang#53381
No description provided.
The text was updated successfully, but these errors were encountered: