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 11:07:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
rust
/
tests
/
rustdoc-js
/
struct-like-variant.rs
9 lines
125 B
Rust
Raw
Permalink
Normal View
History
Unescape
Escape
Add tests for struct variant field in search
2020-01-30 12:43:54 +00:00
#![
crate_name =
"
struct_like_variant
"
]
pub
enum
Enum
{
Bar
{
/// This is a name.
rustfmt `tests/rustdoc-js/`.
2024-06-03 07:35:56 +00:00
name
:
String
,
}
,
Add tests for struct variant field in search
2020-01-30 12:43:54 +00:00
}
Reference in New Issue
Copy Permalink