<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/rustdoc-ui/lints/feature-gate-rustdoc_missing_doc_code_examples.stderr, branch 1.89.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.89.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.89.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-12-18T19:27:44+00:00</updated>
<entry>
<title>Point at lint name instead of whole attr for gated lints</title>
<updated>2024-12-18T19:27:44+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2024-12-18T19:27:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=19e44f4db48e21832d17378a32739a70db29cf30'/>
<id>urn:sha1:19e44f4db48e21832d17378a32739a70db29cf30</id>
<content type='text'>
```
warning: unknown lint: `test_unstable_lint`
  --&gt; $DIR/warn-unknown-unstable-lint-inline.rs:4:10
   |
LL | #![allow(test_unstable_lint, another_unstable_lint)]
   |          ^^^^^^^^^^^^^^^^^^
   |
   = note: the `test_unstable_lint` lint is unstable
   = help: add `#![feature(test_unstable_lint)]` to the crate attributes to enable
   = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
note: the lint level is defined here
  --&gt; $DIR/warn-unknown-unstable-lint-inline.rs:3:9
   |
LL | #![warn(unknown_lints)]
   |         ^^^^^^^^^^^^^

warning: unknown lint: `test_unstable_lint`
  --&gt; $DIR/warn-unknown-unstable-lint-inline.rs:4:29
   |
LL | #![allow(test_unstable_lint, another_unstable_lint)]
   |                              ^^^^^^^^^^^^^^^^^^^^^
   |
   = note: the `test_unstable_lint` lint is unstable
   = help: add `#![feature(test_unstable_lint)]` to the crate attributes to enable
   = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
note: the lint level is defined here
  --&gt; $DIR/warn-unknown-unstable-lint-inline.rs:3:9
   |
LL | #![warn(unknown_lints)]
   |         ^^^^^^^^^^^^^
```

This is particularly relevant when there are multiple lints in the same `warn` attribute. Pointing at the smaller span makes it clearer which one the warning is complaining about.
</content>
</entry>
<entry>
<title>Bless tests</title>
<updated>2024-01-13T17:46:58+00:00</updated>
<author>
<name>George-lewis</name>
<email>george-lewis@user.noreply.github.com</email>
</author>
<published>2024-01-10T06:39:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d56cdd48cba336c4c18e81792871ea39556af847'/>
<id>urn:sha1:d56cdd48cba336c4c18e81792871ea39556af847</id>
<content type='text'>
Update tests
</content>
</entry>
<entry>
<title>Bless rustdoc-ui tests</title>
<updated>2023-11-24T18:15:52+00:00</updated>
<author>
<name>Nilstrieb</name>
<email>48135649+Nilstrieb@users.noreply.github.com</email>
</author>
<published>2023-11-21T16:44:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=87a354b15d3fd3579610325b6a3061d28088b63f'/>
<id>urn:sha1:87a354b15d3fd3579610325b6a3061d28088b63f</id>
<content type='text'>
Co-authored-by: Adrian &lt;adrian.iosdev@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add a note to duplicate diagnostics</title>
<updated>2023-10-05T01:04:41+00:00</updated>
<author>
<name>Alex Macleod</name>
<email>alex@macleod.io</email>
</author>
<published>2023-10-04T18:34:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5453a9f34d21bdd1031d58b68fcd6a92adc82108'/>
<id>urn:sha1:5453a9f34d21bdd1031d58b68fcd6a92adc82108</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move lint tests into subdirectories</title>
<updated>2023-04-29T16:36:19+00:00</updated>
<author>
<name>jyn</name>
<email>github@jyn.dev</email>
</author>
<published>2023-04-29T09:25:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5da288f842f5616d58dc98338a833addf8a3cb2b'/>
<id>urn:sha1:5da288f842f5616d58dc98338a833addf8a3cb2b</id>
<content type='text'>
</content>
</entry>
</feed>
