This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
master
rust
/
tests
/
rustdoc-json
/
structs
/
tuple_empty.rs
3 lines
92 B
Rust
Raw
Permalink
Normal View
History
Unescape
Escape
tests/rustdoc-json: replace `$.index[*][?` with `$.index[?` Done automatically with VSCode.
2025-03-20 23:01:32 +00: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
(
)
;
Reference in New Issue
Copy Permalink