<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/unknown-unstable-lints, branch stable</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=stable</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=stable'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-04-13T18:48:53+00:00</updated>
<entry>
<title>UI tests: migrate remaining compile time `error-pattern`s to line annotations</title>
<updated>2025-04-13T18:48:53+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2025-04-12T19:40:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=93bee0789a45ea7d5d65bb9301c4ad5ece3abeb2'/>
<id>urn:sha1:93bee0789a45ea7d5d65bb9301c4ad5ece3abeb2</id>
<content type='text'>
when possible.

</content>
</entry>
<entry>
<title>compiletest: Require `//~` annotations even if `error-pattern` is specified</title>
<updated>2025-04-03T08:08:55+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2025-03-28T23:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4d649906900cd833b0680f53b8c197b087711a4a'/>
<id>urn:sha1:4d649906900cd833b0680f53b8c197b087711a4a</id>
<content type='text'>
</content>
</entry>
<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>[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives</title>
<updated>2024-02-16T20:02:50+00:00</updated>
<author>
<name>许杰友 Jieyou Xu (Joe)</name>
<email>jieyouxu@outlook.com</email>
</author>
<published>2024-02-16T20:02:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ec2cc761bc7067712ecc7734502f703fe3b024c8'/>
<id>urn:sha1:ec2cc761bc7067712ecc7734502f703fe3b024c8</id>
<content type='text'>
</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>rustc_lint: Prevent triplication of 'unknown lint' lint</title>
<updated>2023-12-28T18:46:51+00:00</updated>
<author>
<name>Martin Nordholts</name>
<email>martin.nordholts@codetale.se</email>
</author>
<published>2023-12-28T18:09:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7ca4e9fcb24e8f1c1e2d0af2fbb2ffab22df0a8b'/>
<id>urn:sha1:7ca4e9fcb24e8f1c1e2d0af2fbb2ffab22df0a8b</id>
<content type='text'>
</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>unknown unstable lint command line</title>
<updated>2023-08-22T10:58:39+00:00</updated>
<author>
<name>mojave2</name>
<email>0109chenchen@gmail.com</email>
</author>
<published>2023-08-18T06:49:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d2744175ac1620cc094fcb842c9c60c8889ea603'/>
<id>urn:sha1:d2744175ac1620cc094fcb842c9c60c8889ea603</id>
<content type='text'>
fix ##113702

fix #113702

unknown unstable lint command lint

improve impelementation
</content>
</entry>
<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>
</feed>
