We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi guys!
Is there any reasons, why FileType (https://github.com/rust-lang/rust/blob/master/src/libstd/io/mod.rs#L1740) can't be cloned?
FileType
It is the only non-clonable part of FileStat, which makes the entire struct non-clonable either.
FileStat
The text was updated successfully, but these errors were encountered:
Looks like an oversight.
CC #15294
Sorry, something went wrong.
Hey! If this is confirmed as oversight, can I add Clone trait to FileType and address this issue? Or should this be addressed as part of #15294?
Clone
Go for it! #15294 isn't something that'll be fixed in one commit, it's an ongoing effort.
Merge pull request rust-lang#18619 from ShoyuVanilla/issue-18613
f9351a8
fix: Panic when displaying generic params with defaults
Successfully merging a pull request may close this issue.
Hi guys!
Is there any reasons, why
FileType
(https://github.com/rust-lang/rust/blob/master/src/libstd/io/mod.rs#L1740) can't be cloned?It is the only non-clonable part of
FileStat
, which makes the entire struct non-clonable either.The text was updated successfully, but these errors were encountered: