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
fn_pointer
fns
generic-associated-types
impls
intra-doc-links
lifetime rustdoc-json: Better representation of lifetime bounds in where clauses. 2024-07-03 20:00:56 +00:00
methods
primitives
reexport
structs
traits
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
assoc_type.rs
blanket_impls.rs
doc_hidden_failure.rs
generic_impl.rs
glob_import.rs
keyword_private.rs rustdoc-json: Add test for keywords with --document-private-items 2024-05-24 16:40:20 +00:00
keyword.rs
nested.rs
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
stripped_modules.rs