rust/src/test/rustdoc-json
Noah Lev 2a60229490 rustdoc: Clean up handling of lifetime bounds
Previously, rustdoc recorded lifetime bounds by rendering them into the
name of the lifetime parameter. Now, it leaves the name as the actual
name and instead records lifetime bounds in an `outlives` list, similar
to how type parameter bounds are recorded.
2021-09-02 14:27:59 -07:00
..
enums Add rustdonc-json tests for enum variants 2021-08-29 16:00:48 +02:00
fn_pointer Make header a vec of modifiers, make FunctionPointer consistent with Function and Method. 2021-02-08 14:00:30 -05:00
fns Add comment + move derive helper 2021-02-08 15:45:50 -05:00
methods Add comment + move derive helper 2021-02-08 15:45:50 -05:00
reexport Rename span to source 2021-03-24 19:44:23 +00:00
structs rustdoc: Clean up handling of lifetime bounds 2021-09-02 14:27:59 -07:00
traits Remove leading newline 2021-01-28 23:24:13 -05:00
unions Remove struct_type from union output and bump format 2021-01-28 23:30:40 -05:00
method_abi.rs Add abi field to Method 2021-02-05 22:25:11 -05:00
nested.rs rustdoc-json: Rename Import.span to Import.source 2021-03-21 19:47:12 -07:00