forked from rust-lang/rfcs
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
Change shrink_to_fit to just return a new pointer #2
Labels
Comments
Motivation: just seems simpler. |
nikomatsakis
pushed a commit
that referenced
this issue
Sep 28, 2015
Make this RFC be again about a single method
nikomatsakis
pushed a commit
that referenced
this issue
Apr 8, 2016
nikomatsakis
pushed a commit
that referenced
this issue
Jan 19, 2017
Refine rough edges wrt coercion
nikomatsakis
pushed a commit
that referenced
this issue
Aug 2, 2017
Updates and refinements to various apis and guarantees
nikomatsakis
pushed a commit
that referenced
this issue
Apr 11, 2019
Associated type bounds: Fix desugaring + other house keeping
nikomatsakis
pushed a commit
that referenced
this issue
Apr 11, 2019
carols10cents
pushed a commit
to carols10cents/rfcs
that referenced
this issue
May 1, 2024
…en-footnotes Add blank lines between footnotes, to help mdbook
carols10cents
pushed a commit
to carols10cents/rfcs
that referenced
this issue
May 1, 2024
* minor typos * intro * motivation * guide * reference * implementation * alternates * rationale * future * whitespace
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let
Vec
assemble the fat pointer itself.cc @huonw, @pnkfelix
The text was updated successfully, but these errors were encountered: