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
cc3ffe4c91
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 14:50:47 +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