Implement base paths (RFC 3529) 2/n: unstable docs#14361
Implement base paths (RFC 3529) 2/n: unstable docs#14361dpaoliello wants to merge 1 commit intorust-lang:masterfrom
Conversation
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @weihanglo (or someone else) some time within the next two weeks. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
| workspace = true | ||
| ``` | ||
|
|
||
| ## Path Bases |
There was a problem hiding this comment.
imo we shouldn't merge functionality without the docs (except in some very specific circumstances). This fully belongs with the prior PR. I think what got confusing was my comment about the unstable docs. I was more suggesting something like b8a6846 or 4d09a6a (though in its own PR rather than a commit in a PR. Then as each PR adds functionality, the docs get updated to reflect that.
|
Merging with implementation PRs |
RFC: rust-lang/rfcs#3529
Tracking Issue: #14355
This PR documents the feature in the unstable book.