-
Notifications
You must be signed in to change notification settings - Fork 13.3k
incorrect pattern match #15129
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
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this issue
Jun 25, 2014
Closes rust-lang#14482 (std: Bring back half of Add on String) Closes rust-lang#15026 (librustc: Remove the fallback to `int` from typechecking.) Closes rust-lang#15119 (Add more description to c_str::unwrap().) Closes rust-lang#15120 (Add tests for rust-lang#12470 and rust-lang#14285) Closes rust-lang#15122 (Remove the cheat sheet.) Closes rust-lang#15126 (rustc: Always include the morestack library) Closes rust-lang#15127 (Improve ambiguous pronoun.) Closes rust-lang#15130 (Fix rust-lang#15129) Closes rust-lang#15131 (Add the Guide, add warning to tutorial.) Closes rust-lang#15134 (Xfailed tests for hygiene, etc.) Closes rust-lang#15135 (core: Add stability attributes to Clone) Closes rust-lang#15136 (Some minor improvements to core::bool) Closes rust-lang#15137 (std: Add stability attributes to primitive numeric modules) Closes rust-lang#15141 (Fix grammar in tutorial) Closes rust-lang#15143 (Remove few FIXMEs) Closes rust-lang#15145 (Avoid unnecessary temporary on assignments) Closes rust-lang#15147 (Small improvements for metaprogramming) Closes rust-lang#15153 (librustc: Check function argument patterns for legality of by-move) Closes rust-lang#15154 (test: Add a test for regions, traits, and variance.) Closes rust-lang#15159 (rustc: Don't register syntax crates twice) Closes rust-lang#13816 (Stabilize version output for rustc and rustdoc)
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jul 17, 2023
…soc-ty, r=HKalbasi Recover from missing associated items and generic const defaults Fixes rust-lang#15129
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I observe the following behavior at 575710f
I expect the below program to fail to typecheck. It succeeds, however, and prints bogus output.
This is perhaps related to recent changes by @jakub- ?
The text was updated successfully, but these errors were encountered: