-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Trait not imported with super::*; #112831
Comments
Regression in rust-lang-ci@bede4c2 bisected with cargo-bisect-rustc v0.6.6Host triple: x86_64-unknown-linux-gnu cargo bisect-rustc 2023-06-10 --access github |
i made a mistake making the example, see below```rust mod x { use std::fmt::Debug; }use x::*;
error[E0404]: expected trait, found derive macro
works correctly |
Maybe the reduced it incorrect? I found that it also throw an error for 1.70? |
hm, maybe your change simply exposed an existing bug in more cases |
I will check it later @rustbot claim |
ah no, I made a stupid mistake, i should have used |
Work around a bug in `rustc-2023-06-19`: rust-lang/rust#112831
Work around a bug in `rustc-2023-06-19`: rust-lang/rust#112831
With rust-lang/rust#112831 fixed, we can unpin the nightly toolchain again
This is resolved, of course. Only tagging this with Nilstrieb's estimated priority for historical analysis later. |
Now that this fix is merged, what time tonight should we expect a new nightly release? |
0:00 according to a server somewhere. In practice, usually UTC 0:00. So it should be being cut sometime soon. Or 24 hours from now. Either one. |
With rust-lang/rust#112831 fixed, we can unpin the nightly toolchain again
With rust-lang/rust#112831 fixed, we can unpin the nightly toolchain again
With the latest nightly, the bytemuck crate fails to compile. This was compiling yesterday and the issue seems to be traits are not imported with super::*. Please see the issue in the bytemuck repository: Lokathor/bytemuck#197
Meta
rustc --version --verbose
:Error output
The text was updated successfully, but these errors were encountered: