<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/rustdoc/static.rs, branch 1.52.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.52.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.52.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-10-13T21:47:53+00:00</updated>
<entry>
<title>fixup! Avoid extraneous space between visibility kw and ident for statics</title>
<updated>2020-10-13T21:47:53+00:00</updated>
<author>
<name>ayazhafiz</name>
<email>ayaz.hafiz.1@gmail.com</email>
</author>
<published>2020-10-13T21:47:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e60072f5c65c619263d137daf9afab9c6cb94c8e'/>
<id>urn:sha1:e60072f5c65c619263d137daf9afab9c6cb94c8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid extraneous space between visibility kw and ident for statics</title>
<updated>2020-10-13T21:21:55+00:00</updated>
<author>
<name>ayazhafiz</name>
<email>ayaz.hafiz.1@gmail.com</email>
</author>
<published>2020-10-13T21:11:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=abfbd1bd719bd1440132ead24ec64c0acd293f41'/>
<id>urn:sha1:abfbd1bd719bd1440132ead24ec64c0acd293f41</id>
<content type='text'>
Today, given a static like `static mut FOO: usize = 1`, rustdoc would
emit `static mut  FOO: usize = 1`, as it emits both the mutability kw
with a space and reserves a space after the mutability kw. This patch
fixes that misformatting.

This patch also adds some tests for emit of other statics, as I could
not find an existing test devoted to statics.
</content>
</entry>
</feed>
