2020-05-05 06:53:42 -05:00
|
|
|
#![crate_name = "foo"]
|
|
|
|
|
|
|
|
pub struct Struc;
|
|
|
|
|
|
|
|
// @has foo/struct.Struc.html
|
2021-11-29 10:14:05 -06:00
|
|
|
// @has - '//*[@id="main-content"]/h2[@id="implementations"]' "Implementations"
|
2020-05-05 06:53:42 -05:00
|
|
|
impl Struc {
|
|
|
|
pub const S: u64 = 0;
|
|
|
|
}
|