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