<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/rustdoc-ui/check-fail.stderr, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<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>bless rustdoc-ui</title>
<updated>2022-10-01T10:03:06+00:00</updated>
<author>
<name>Maybe Waffle</name>
<email>waffle.lapkin@gmail.com</email>
</author>
<published>2022-09-23T18:34:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b3071153c205fbc11caa1a13b3e09004411b2537'/>
<id>urn:sha1:b3071153c205fbc11caa1a13b3e09004411b2537</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Feature gate the rustdoc::missing_doc_code_examples lint</title>
<updated>2022-09-12T19:20:24+00:00</updated>
<author>
<name>Wim Looman</name>
<email>git@nemo157.com</email>
</author>
<published>2022-09-12T18:10:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=72cf46aa72b79e044b08b70e5dd9e56e3ef21f89'/>
<id>urn:sha1:72cf46aa72b79e044b08b70e5dd9e56e3ef21f89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bless rustdoc tests.</title>
<updated>2022-03-25T11:50:48+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2022-03-25T11:50:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f7d5b7afb774061be70b86c7e10a7434b1de7888'/>
<id>urn:sha1:f7d5b7afb774061be70b86c7e10a7434b1de7888</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename `rustdoc` to `rustdoc::all`</title>
<updated>2021-03-05T20:26:55+00:00</updated>
<author>
<name>Joshua Nelson</name>
<email>jyn514@gmail.com</email>
</author>
<published>2021-03-05T14:50:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=45229b0777e6791625392529c2c9d8eceac28dbd'/>
<id>urn:sha1:45229b0777e6791625392529c2c9d8eceac28dbd</id>
<content type='text'>
When rustdoc lints were changed to be tool lints, the `rustdoc` group
was removed, leading to spurious warnings like

```
warning: unknown lint: `rustdoc`
```

The lint group still worked when rustdoc ran, since rustdoc added the group itself.

This renames the group to `rustdoc::all` for consistency with
`clippy::all` and the rest of the rustdoc lints.
</content>
</entry>
<entry>
<title>Rename rustdoc lints to be a tool lint instead of built-in.</title>
<updated>2021-03-02T00:29:15+00:00</updated>
<author>
<name>Joshua Nelson</name>
<email>jyn514@gmail.com</email>
</author>
<published>2020-12-30T04:16:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cc62018e61edfa9706b8e4e61d1b571bdee7827d'/>
<id>urn:sha1:cc62018e61edfa9706b8e4e61d1b571bdee7827d</id>
<content type='text'>
- Rename `broken_intra_doc_links` to `rustdoc::broken_intra_doc_links`
- Ensure that the old lint names still work and give deprecation errors
- Register lints even when running doctests

  Otherwise, all `rustdoc::` lints would be ignored.

- Register all existing lints as removed

  This unfortunately doesn't work with `register_renamed` because tool
  lints have not yet been registered when rustc is running. For similar
  reasons, `check_backwards_compat` doesn't work either. Call
  `register_removed` directly instead.

- Fix fallout

  + Rustdoc lints for compiler/
  + Rustdoc lints for library/

Note that this does *not* suggest `rustdoc::broken_intra_doc_links` for
`rustdoc::intra_doc_link_resolution_failure`, since there was no time
when the latter was valid.
</content>
</entry>
<entry>
<title>Ensure that INVALID_CODEBLOCK_ATTRIBUTES lint is emitted</title>
<updated>2020-11-12T21:41:10+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2020-11-12T20:55:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a06fd1f4f4b71b0571f2c1f35e981a1863638765'/>
<id>urn:sha1:a06fd1f4f4b71b0571f2c1f35e981a1863638765</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tests for rustdoc --check option</title>
<updated>2020-11-12T13:58:07+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2020-11-12T13:58:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5e154fae925792096b11a6f6f30fc80f7362a6cf'/>
<id>urn:sha1:5e154fae925792096b11a6f6f30fc80f7362a6cf</id>
<content type='text'>
</content>
</entry>
</feed>
