This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
f068d8b809
rust
/
tests
/
rustdoc-js
/
struct-like-variant.rs
9 lines
125 B
Rust
Raw
Normal View
History
Unescape
Escape
Add tests for struct variant field in search
2020-01-30 13:43:54 +01:00
#![
crate_name =
"
struct_like_variant
"
]
pub
enum
Enum
{
Bar
{
/// This is a name.
rustfmt `tests/rustdoc-js/`.
2024-06-03 17:35:56 +10:00
name
:
String
,
}
,
Add tests for struct variant field in search
2020-01-30 13:43:54 +01:00
}
Reference in a new issue
Copy permalink