Update test
This commit is contained in:
parent
19f1bade5f
commit
f20d586c6f
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ pub extern "C" fn f() {}
|
|||
#[export_name = "bar"]
|
||||
pub extern "C" fn g() {}
|
||||
|
||||
// @has foo/enum.Foo.html '//*[@class="docblock attributes"]' '#[repr(i64)]'
|
||||
// @has foo/enum.Foo.html '//*[@class="docblock attributes"]' '#[must_use]'
|
||||
// @has foo/enum.Foo.html '//*[@class="docblock attributes top-attr"]' '#[repr(i64)]'
|
||||
// @has foo/enum.Foo.html '//*[@class="docblock attributes top-attr"]' '#[must_use]'
|
||||
#[repr(i64)]
|
||||
#[must_use]
|
||||
pub enum Foo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue