This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-04-28 19:17:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
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 08:37:22 +00:00
pub
struct
TupleUnit
(
)
;
Reference in New Issue
Copy Permalink