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.
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: