Uh oh!
There was an error while loading. Please reload this page.
book: Add documentation on custom allocators - #28869
Conversation
rust-highfive
commented
Oct 6, 2015
(rust_highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
If this is declared to be a dylib, why is main present?
There was a problem hiding this comment.
IIRC Rustdoc has issues here, basically
There was a problem hiding this comment.
Ah yeah this is just needed to appears rustdoc --test, the dylib above if for readers and the fn main is needed because rustdoc overrides the crate_type in the source with a manual specification.
steveklabnik
commented
Oct 6, 2015
🤘 ❤️ |
steveklabnik
commented
Oct 6, 2015
Looks great to me! Just some nits. |
105cb33 to
9a38747Comparealexcrichton
commented
Oct 6, 2015
re-r? @steveklabnik |
steveklabnik
commented
Oct 6, 2015
@bors: r+ rollup |
bors
commented
Oct 6, 2015
📌 Commit 9a38747 has been approved by |
…klabnik This adds a chapter to the nightly section of the book on leveraging and implementing the `#![allocator]` attribute to write custom allocators as well as explaining the current situation with allocators.
…klabnik This adds a chapter to the nightly section of the book on leveraging and implementing the `#![allocator]` attribute to write custom allocators as well as explaining the current situation with allocators.
steveklabnik
commented
Oct 7, 2015
@bors: r- |
steveklabnik
commented
Oct 7, 2015
9a38747 to
994a577Comparealexcrichton
commented
Oct 8, 2015
…klabnik This adds a chapter to the nightly section of the book on leveraging and implementing the `#![allocator]` attribute to write custom allocators as well as explaining the current situation with allocators.
steveklabnik
commented
Oct 8, 2015
Still looks like it's failing http://buildbot.rust-lang.org/builders/auto-win-msvc-64-opt/builds/1646/steps/test/logs/stdio |
steveklabnik
commented
Oct 8, 2015
@bors: r- |
This adds a chapter to the nightly section of the book on leveraging and implementing the `#![allocator]` attribute to write custom allocators as well as explaining the current situation with allocators.
994a577 to
abe7874Comparealexcrichton
commented
Oct 8, 2015
bors
commented
Oct 9, 2015
This adds a chapter to the nightly section of the book on leveraging and implementing the `#![allocator]` attribute to write custom allocators as well as explaining the current situation with allocators.
bors
commented
Oct 9, 2015
steveklabnik
commented
Oct 9, 2015
🎊 On Fri, Oct 9, 2015 at 4:53 AM, bors notifications@github.com wrote:
|
This adds a chapter to the nightly section of the book on leveraging and
implementing the
#![allocator]attribute to write custom allocators as well asexplaining the current situation with allocators.