summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-gui/src/staged_api/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc-gui/src/staged_api/lib.rs')
-rw-r--r--src/test/rustdoc-gui/src/staged_api/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/rustdoc-gui/src/staged_api/lib.rs b/src/test/rustdoc-gui/src/staged_api/lib.rs
index 0cb460f03..5934593a8 100644
--- a/src/test/rustdoc-gui/src/staged_api/lib.rs
+++ b/src/test/rustdoc-gui/src/staged_api/lib.rs
@@ -7,4 +7,6 @@ pub struct Foo {}
impl Foo {
#[stable(feature = "some_feature", since = "1.3.5")]
pub fn bar() {}
+ #[stable(feature = "some_other_feature", since = "1.3.6")]
+ pub fn yo() {}
}