rust/tests/rustdoc-json
Alona Enraght-Moony 7e8aac553e rustdoc-json: Better representation of lifetime bounds in where clauses.
As suggested [on zulip][1], there's no need to use `GenericBound` here,
as the only bound a lifetime can have is that it outlives other
lifetimes.

While we're making breaking changes here, I also renamed it from using
"region" to "lifetime", as this is more user-aligned. See [this
comment][2] for details.

[1]: https://rust-lang.zulipchat.com/#narrow/stream/266220-t-rustdoc/topic/.60ItemEnum.3A.3AOpaqueTy.60/near/448871430
[2]: https://github.com/rust-lang/rust/issues/100961#issuecomment-2206565556
2024-07-03 20:00:56 +00:00
..
enums [AUTO_GENERATED] Migrate compiletest to use ui_test-style //@ directives 2024-02-22 16:04:04 +00:00
fn_pointer tests/rustdoc-json: Remove some needless uses of #![no_core]. 2023-11-07 16:36:55 +00:00
fns [AUTO_GENERATED] Migrate compiletest to use ui_test-style //@ directives 2024-02-22 16:04:04 +00:00
generic-associated-types tests/rustdoc-json: Remove more needless uses of #![no_core]. 2023-11-07 16:40:32 +00:00
impls [AUTO_GENERATED] Migrate compiletest to use ui_test-style //@ directives 2024-02-22 16:04:04 +00:00
intra-doc-links [AUTO_GENERATED] Migrate compiletest to use ui_test-style //@ directives 2024-02-22 16:04:04 +00:00
lifetime rustdoc-json: Better representation of lifetime bounds in where clauses. 2024-07-03 20:00:56 +00:00
methods [AUTO_GENERATED] Migrate compiletest to use ui_test-style //@ directives 2024-02-22 16:04:04 +00:00
primitives [AUTO_GENERATED] Migrate compiletest to use ui_test-style //@ directives 2024-02-22 16:04:04 +00:00
reexport [AUTO_GENERATED] Migrate compiletest to use ui_test-style //@ directives 2024-02-22 16:04:04 +00:00
structs rustdoc-json: Add tests for field/variant ordering. 2023-08-09 00:32:03 +00:00
traits Add regression test for is_object_safe field on traits 2023-12-23 19:00:17 +01:00
type rustfmt tests/rustdoc-json/. 2024-06-04 14:15:19 +10:00
unions rustfmt tests/rustdoc-json/. 2024-06-04 14:15:19 +10:00
assoc_items.rs Serialize all enums as externally tagged to guarantee compatibility with binary formats such as bincode or postcard 2023-05-22 18:22:08 +01:00
assoc_type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
blanket_impls.rs Serialize all enums as externally tagged to guarantee compatibility with binary formats such as bincode or postcard 2023-05-22 18:22:08 +01:00
doc_hidden_failure.rs tests/rustdoc-json: Remove some needless uses of #![no_core]. 2023-11-07 16:36:55 +00:00
generic_impl.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
glob_import.rs tests/rustdoc-json: Remove some needless uses of #![no_core]. 2023-11-07 16:36:55 +00:00
keyword_private.rs rustdoc-json: Add test for keywords with --document-private-items 2024-05-24 16:40:20 +00:00
keyword.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nested.rs [AUTO_GENERATED] Migrate compiletest to use ui_test-style //@ directives 2024-02-22 16:04:04 +00:00
non_lifetime_binders.rs rustfmt tests/rustdoc-json/. 2024-06-04 14:15:19 +10:00
output_generics.rs rustfmt tests/rustdoc-json/. 2024-06-04 14:15:19 +10:00
return_private.rs tests/rustdoc-json: Remove some needless uses of #![no_core]. 2023-11-07 16:36:55 +00:00
stripped_modules.rs tests/rustdoc-json: Remove some needless uses of #![no_core]. 2023-11-07 16:36:55 +00:00