<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/primitive_docs, branch 1.71.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.71.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.71.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-09-12T02:23:08+00:00</updated>
<entry>
<title>Add primitive documentation to libcore</title>
<updated>2021-09-12T02:23:08+00:00</updated>
<author>
<name>Joshua Nelson</name>
<email>jyn514@gmail.com</email>
</author>
<published>2021-07-06T02:50:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=69fe39e8a8e6a66d97836e3068a4b1f183c79ea6'/>
<id>urn:sha1:69fe39e8a8e6a66d97836e3068a4b1f183c79ea6</id>
<content type='text'>
This works by doing two things:
- Adding links that are specific to the crate. Since not all primitive
  items are defined in `core` (due to lang_items), these need to use
  relative links and not intra-doc links.
- Duplicating `primitive_docs` in both core and std. This allows not needing CARGO_PKG_NAME to build the standard library. It also adds a tidy check to make sure they stay the same.
</content>
</entry>
</feed>
