-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
error: unresolved name: core::error #3781
Comments
Can't seem to attach a file to a ticket so I'll attach the files below. To repro the compiler error just run make with no arguments. Might be able to condense this a bit more (e.g. by removing validation.rs).
|
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
Aug 5, 2024
flock: a bit of cleanup Follow-up to rust-lang/miri#3759
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One of my rust libraries is failing to build with rust 0.4 for most of the modules that call error!, info!, etc with errors like the one above. The modules that fail do glob imports of an external rust library.
I wasn't able to get a repro with a one rs file app, but I did get a repro with a multi-file app (and multi-file library). I'll clean up the repro a bit and attach it after I get back from work.
This is a rather serious error because it's something that people will do and there's no indication of what the problem is.
The text was updated successfully, but these errors were encountered: