@@ -4480,20 +4480,6 @@ The tracking issue for this feature is: [#128044]
44804480
44814481[#128044]: https://github.com/rust-lang/rust/issues/128044
44824482
4483- ------------------------
4484- "##,
4485- default_severity: Severity::Allow,
4486- warn_since: None,
4487- deny_since: None,
4488- },
4489- Lint {
4490- label: "cfg_emscripten_wasm_eh",
4491- description: r##"# `cfg_emscripten_wasm_eh`
4492-
4493- Allows access to the emscripten_wasm_eh config, used by panic_unwind and unwind
4494-
4495- This feature has no tracking issue, and is therefore likely internal to the compiler, not being intended for general use.
4496-
44974483------------------------
44984484"##,
44994485 default_severity: Severity::Allow,
@@ -9027,6 +9013,22 @@ The tracking issue for this feature is: [#135513]
90279013
90289014[#135513]: https://github.com/rust-lang/rust/issues/135513
90299015
9016+ ------------------------
9017+ "##,
9018+ default_severity: Severity::Allow,
9019+ warn_since: None,
9020+ deny_since: None,
9021+ },
9022+ Lint {
9023+ label: "gpu_offload",
9024+ description: r##"# `gpu_offload`
9025+
9026+
9027+
9028+ The tracking issue for this feature is: [#131513]
9029+
9030+ [#131513]: https://github.com/rust-lang/rust/issues/131513
9031+
90309032------------------------
90319033"##,
90329034 default_severity: Severity::Allow,
@@ -9998,8 +10000,7 @@ Some features provided by lang items:
999810000 failure mechanisms of the compiler. This is often mapped to GCC's personality
999910001 function (see the [`std` implementation][personality] for more information),
1000010002 but programs which don't trigger a panic can be assured that this function is
10001- never called. Additionally, a `eh_catch_typeinfo` static is needed for certain
10002- targets which implement Rust panics on top of C++ exceptions.
10003+ never called.
1000310004- the traits in `core::marker` used to indicate types of
1000410005 various kinds; e.g. lang items `sized`, `sync` and `copy`.
1000510006- memory allocation, see below.
@@ -16434,6 +16435,22 @@ The tracking issue for this feature is: [#76923]
1643416435
1643516436[#76923]: https://github.com/rust-lang/rust/issues/76923
1643616437
16438+ ------------------------
16439+ "##,
16440+ default_severity: Severity::Allow,
16441+ warn_since: None,
16442+ deny_since: None,
16443+ },
16444+ Lint {
16445+ label: "unnamed_enum_variants",
16446+ description: r##"# `unnamed_enum_variants`
16447+
16448+ Allows using `_ = <range-or-int>` enum variants.
16449+
16450+ The tracking issue for this feature is: [#156628]
16451+
16452+ [#156628]: https://github.com/rust-lang/rust/issues/156628
16453+
1643716454------------------------
1643816455"##,
1643916456 default_severity: Severity::Allow,
0 commit comments