You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both of these items are surfaced as a DefTy, so some extra logic was needed in
the decoder module to figure out whether one is actually an enum or whether it's
a typedef.
Closesrust-lang#14757
Both of these items are surfaced as a DefTy, so some extra logic was needed in
the decoder module to figure out whether one is actually an enum or whether it's
a typedef.
Closesrust-lang#14757
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jun 5, 2023
Fix libs publish branch filter
line-index didn't actually get published from rust-lang#14733, probably because the branch filter was for main but the main branch is called master here. This fixes the workflow file
I also tweaked the libs readme mostly just so the paths filter would pick up the changes.
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
May 21, 2025
…an expression (rust-lang#14757)
A `return` in an expression makes it divergent and cannot be removed
blindly. While this stripping might have been introduced as a way to
catch more cases, it was improperly used, and no tests exhibit a failure
when this special handling is removed.
changelog: [`needless_match`]: do not strip `return` as it might make
the `if let` or `match` divergent in some cases
Fixesrust-lang/rust-clippy#14754
Compare:
http://doc.rust-lang.org/collections/str/type.SendStr.html
to
http://doc.rust-lang.org/std/str/type.SendStr.html
Part of #14462?
The text was updated successfully, but these errors were encountered: