This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
9bc7cea412
rust
/
tests
/
rustdoc-json
/
structs
/
tuple_empty.rs
3 lines
95 B
Rust
Raw
Normal View
History
Unescape
Escape
Update all rustdoc-json/ tests to use the new style
2024-07-19 16:50:47 +02:00
//@ is "$.index[*][?(@.name=='TupleUnit')].inner.struct.kind.tuple" []
Rustdoc-Json: More accurate struct type. Closes #101489
2022-09-07 09:37:22 +01:00
pub
struct
TupleUnit
(
)
;
Copy permalink