<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/rustdoc-ui/failed-doctest-missing-codes.stdout, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-01-11T09:32:08+00:00</updated>
<entry>
<title>Move /src/test to /tests</title>
<updated>2023-01-11T09:32:08+00:00</updated>
<author>
<name>Albert Larsan</name>
<email>74931857+albertlarsan68@users.noreply.github.com</email>
</author>
<published>2023-01-05T08:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf2dff2b1e3fa55fa5415d524200070d0d7aacfe'/>
<id>urn:sha1:cf2dff2b1e3fa55fa5415d524200070d0d7aacfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change based on review</title>
<updated>2021-05-03T18:17:15+00:00</updated>
<author>
<name>Aliénore Bouttefeux</name>
<email>alienore.bouttefeux@gmail.com</email>
</author>
<published>2021-05-03T18:16:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6e99cb39899a4be7d5e1f6572d38486712c75786'/>
<id>urn:sha1:6e99cb39899a4be7d5e1f6572d38486712c75786</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proof of concept add test type on prints</title>
<updated>2021-05-03T13:22:19+00:00</updated>
<author>
<name>Aliénore Bouttefeux</name>
<email>alienore.bouttefeux@gmail.com</email>
</author>
<published>2021-05-03T12:55:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=347ed001e81607f609f7c47a6d7cd5f723c288a1'/>
<id>urn:sha1:347ed001e81607f609f7c47a6d7cd5f723c288a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libtest: Print the total time taken to execute a test suite</title>
<updated>2020-11-27T16:53:59+00:00</updated>
<author>
<name>Jakob Schikowski</name>
<email>jakob.schikowski@gmx.de</email>
</author>
<published>2020-11-26T20:15:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=470c059e691a4e7befa5e2a7ad0110a2b0055b50'/>
<id>urn:sha1:470c059e691a4e7befa5e2a7ad0110a2b0055b50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Point at type in `let` assignment on type errors</title>
<updated>2019-11-22T03:24:31+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-11-19T05:00:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=34f03c01f688c0653b080914d4ab83461e1cfae2'/>
<id>urn:sha1:34f03c01f688c0653b080914d4ab83461e1cfae2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Surround types with backticks in type errors</title>
<updated>2019-11-18T19:03:04+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-11-15T17:37:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6f8f70624b99460481af25764b9e02d2c67b42c5'/>
<id>urn:sha1:6f8f70624b99460481af25764b9e02d2c67b42c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove E0308 note when primary label has all info</title>
<updated>2019-11-18T19:03:03+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-11-15T07:45:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=94c642546497dd4c04609bd6dbe7631fb56df1fa'/>
<id>urn:sha1:94c642546497dd4c04609bd6dbe7631fb56df1fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustdoc: forward -Z options to rustc</title>
<updated>2019-10-11T20:29:11+00:00</updated>
<author>
<name>Tomasz Miąsko</name>
<email>tomasz.miasko@gmail.com</email>
</author>
<published>2019-10-11T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5db17335a15e5e290bd7505cc37b2177c86b51c1'/>
<id>urn:sha1:5db17335a15e5e290bd7505cc37b2177c86b51c1</id>
<content type='text'>
Currently rustdoc does not forward `-Z` options to rustc when building
test executables. This makes impossible to use rustdoc to run test
samples when crate under test is instrumented with one of sanitizers
`-Zsanitizer=...`, since the final linking step will not include
sanitizer runtime library.

Forward `-Z` options to rustc to solve the issue.

Helps with #43031.
</content>
</entry>
<entry>
<title>do not print panic message on doctest failures</title>
<updated>2019-05-22T17:27:53+00:00</updated>
<author>
<name>Andy Russell</name>
<email>arussell123@gmail.com</email>
</author>
<published>2019-05-04T19:37:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=89d437ec76cab8153ada936c5d67ef2deb901eb4'/>
<id>urn:sha1:89d437ec76cab8153ada936c5d67ef2deb901eb4</id>
<content type='text'>
</content>
</entry>
</feed>
