-
Notifications
You must be signed in to change notification settings - Fork 13k
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
ICE matching borrowed strings #3574
Labels
Milestone
Comments
I guess the best work around is to match using |
Still an issue as of d2ad028 |
I have a fix for this -- just testing now. |
ghost
assigned catamorphism
Dec 11, 2012
catamorphism
added a commit
to catamorphism/rust
that referenced
this issue
Dec 11, 2012
Pending review. |
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Oct 24, 2020
… r=ebroto Identical arguments on assert macro family Lint when identical args are used on `assert_eq!`, `debug_assert_eq!`, `assert_ne!` and `debug_assert_ne!` macros. Added to the lint `eq_op`. Common functions added to `utils/higher.rs` Fixes: rust-lang#3574 Fixes: rust-lang#4694 changelog: Lint on identical args when calling `assert_eq!`, `debug_assert_eq!`, `assert_ne!` and `debug_assert_ne!` macros
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
May 11, 2024
reduce test_dependencies Also add comments for why we need all these 3 random functions for Windows, and the old Linux syscall interface.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following ICEs with rust from Sep 22, 2012:
May be related to some of the other pattern matching bugs such as #2869.
The text was updated successfully, but these errors were encountered: