]>
git.proxmox.com Git - rustc.git/blob - src/test/rustdoc/source-version-separator.rs
1 #![stable(feature = "bar", since = "1.0")]
3 #![feature(staged_api)]
5 // @has foo/trait.Bar.html
6 // @has - '//div[@class="main-heading"]/*[@class="out-of-band"]' '1.0 · source · '
7 #[stable(feature = "bar", since = "1.0")]
9 // @has - '//*[@id="tymethod.foo"]/*[@class="rightside"]' '3.0 · source'
10 #[stable(feature = "foobar", since = "3.0")]
14 // @has - '//div[@id="implementors-list"]//*[@class="rightside"]' '4.0 · source'
16 // @has foo/struct.Foo.html
17 // @has - '//div[@class="main-heading"]/*[@class="out-of-band"]' '1.0 · source · '
18 #[stable(feature = "baz", since = "1.0")]
22 // @has - '//*[@id="method.foofoo"]/*[@class="rightside"]' '3.0 · source'
23 #[stable(feature = "foobar", since = "3.0")]
27 #[stable(feature = "yolo", since = "4.0")]