Update rustdoc tests for stability display
This commit is contained in:
parent
00779af94e
commit
a333572970
4 changed files with 5 additions and 5 deletions
|
@ -16,6 +16,6 @@ pub struct Foo;
|
|||
#[stable(feature = "foobar", since = "4.4.4")]
|
||||
impl Bar for Foo {}
|
||||
|
||||
// @!has foo/trait.Baz.html '//div[@id="implementors-list"]//span[@class="since"]' '3.3.3'
|
||||
// @has foo/trait.Baz.html '//div[@id="implementors-list"]//span[@class="since"]' '3.3.3'
|
||||
#[stable(feature = "foobaz", since = "3.3.3")]
|
||||
impl Baz for Foo {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue