Skip to content

core: Move mkdir_recursive from rustpkg into core::os #6082

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed

Conversation

catamorphism
Copy link
Contributor

r? @brson mkdir_recursive creates a directory as well as any of its
parent directories that don't exist already. Seems like a useful
thing to have in core.

(Or r? anyone who gets to it first.)

mkdir_recursive creates a directory as well as any of its
parent directories that don't exist already. Seems like a useful
thing to have in core.
@brson
Copy link
Contributor

brson commented Apr 26, 2013

I r+'d and opened #6085 about changing those c_ints.

bors added a commit that referenced this pull request Apr 28, 2013
r? @brson mkdir_recursive creates a directory as well as any of its
parent directories that don't exist already. Seems like a useful
thing to have in core.

(Or r? anyone who gets to it first.)
@bors bors closed this Apr 28, 2013
@kud1ing
Copy link

kud1ing commented Apr 28, 2013

Nice. Is it worth considering an iterative version?

@catamorphism
Copy link
Contributor Author

@kud1ing Patches welcome :-)

@kud1ing
Copy link

kud1ing commented Apr 29, 2013

For starters, i've opened an issue #6109
Can't promise i'll find the time. :/

flip1995 pushed a commit to flip1995/rust that referenced this pull request Dec 20, 2020
Add lint for assertions in functions returning Result

changelog: none
fixes rust-lang#6082
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants