Update rustdoc tests for stability display

This commit is contained in:
Guillaume Gomez 2023-11-29 12:10:16 +01:00
parent 00779af94e
commit a333572970
4 changed files with 5 additions and 5 deletions

View file

@ -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 {}