-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Compilation Error #11589
Comments
I sometimes see similar errors, and running just |
Yeah I tried running twice and it's still showing the error. Let me just pull from the master and build again. Will get back to you. Thanks. |
My first guess, which is supported by googling for this error message, is that you are short of RAM. |
@kud1ing I adjusted the memory of my vagrant box and it seems resolve now. Thanks y'all |
std_instead_of_core: avoid lint inside of proc-macro - fixes rust-lang/rust-clippy#10198 note: The lint for the reported `thiserror::Error` has been suppressed by [Don't lint unstable moves in std_instead_of_core](https://github.com/rust-lang/rust-clippy/pull/9545/files#diff-2cb8a24429cf9d9898de901450d640115503a10454d692dddc6a073a299fbb7eR29) because `thiserror::Error` internally implements `std::error::Error for (derived struct)`. changelog: [`std_intead_of_core`]: avoid linting inside proc-macro I confirmed this change fixes the problem: <details> <summary>test result without the change</summary> ```console error: used import from `std` instead of `core` --> tests/ui/std_instead_of_core.rs:65:14 | LL | #[derive(ImplStructWithStdDisplay)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: this error originates in the derive macro `ImplStructWithStdDisplay` (in Nightly builds, run with -Z macro-backtrace for more info) ``` </details>
I get the follow compilation error while compiling and can't continue.
What kind of logs do I have to provide more to resolve this issue ?
Thanks.
The text was updated successfully, but these errors were encountered: