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
Implement lint for regex::Regex compilation inside a loop
Closesrust-lang#598.
Seems like a pretty simple one, I'm not sure if I sorted out all the lint plumbing correctly because I was adding it to the existing regex pass, but seems to work. The name is a bit jank and I'm super open to suggestions for changing it.
changelog: [`regex_creation_in_loops`]: Added lint for Regex compilation inside loops.
tgross35
pushed a commit
to tgross35/rust
that referenced
this issue
Jun 3, 2025
Add a
pinned_on
field torust_task
. Add runtime support for setting and unsetting this. Make the scheduler respect it.The text was updated successfully, but these errors were encountered: