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
Assuming it isn't cancelled. Closesrust-lang#17902.
The only place CommandHandle::join is used is when the flycheck command
finishes, so this commit changes the behavior of the method itself.
lnicola
pushed a commit
to lnicola/rust
that referenced
this issue
Aug 29, 2024
Allow flycheck process to exit gracefully
Assuming it isn't cancelled. Closesrust-lang#17902.
The only place CommandHandle::join() is used is when the flycheck command
finishes, so this commit changes the behavior of the method itself.
The only reason I can see for the existing behavior is if the command is somehow holding onto a build lock longer than it should, this would force it to be released. But it would be a pretty heavy-handed way to solve that issue. I'm not aware of this occurring in practice.
Traits
Types that can be copied by simply copying bits (i.e.
memcpy
).I suspect if the below line has anything to do with this issue:
Cf. eg.
std::ascii
which re-exportsself::AsciiExt
.The text was updated successfully, but these errors were encountered: