We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e030b commit 5ab4d46Copy full SHA for 5ab4d46
src/test/rustdoc/implementor-stable-version.rs
@@ -1,3 +1,4 @@
1
+#![stable(feature = "bar", since = "OLD 1.0")]
2
#![crate_name = "foo"]
3
4
#![feature(staged_api)]
@@ -8,6 +9,7 @@ pub trait Bar {}
8
9
#[stable(feature = "baz", since = "OLD 1.0")]
10
pub trait Baz {}
11
12
+#[stable(feature = "baz", since = "OLD 1.0")]
13
pub struct Foo;
14
15
// @has foo/trait.Bar.html '//div[@id="implementors-list"]//span[@class="since"]' 'NEW 2.0'
0 commit comments