-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Self-calls in non-object context should fail with a helpful error message #707
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
Comments
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this issue
Dec 12, 2017
I'd rather avoid the duplication, this is discussed in rust-lang#707.
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this issue
Dec 12, 2017
Port rust-lang#672 and rust-lang#686 to Android. I'd rather avoid the duplication, but this is discussed in rust-lang#707.
pdietl
pushed a commit
to pdietl/rust
that referenced
this issue
Apr 23, 2020
…elude State that no_implicit_prelude also applies to nested modules
ZuseZ4
pushed a commit
to EnzymeAD/rust
that referenced
this issue
Mar 7, 2023
* Remove cmake cmp hack * Add CI and fix
tgross35
added a commit
to tgross35/rust
that referenced
this issue
Jun 3, 2025
fix(int): avoid infinite recursion on left shift rust-lang#707
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This program fails with an uninformative explicit fail during typechecking.
Fix on the way...
The text was updated successfully, but these errors were encountered: