mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-04 02:54:00 +00:00
Move test file, add test of generated link
This commit is contained in:
parent
02cc85065e
commit
5835f6defa
@ -1,3 +1,4 @@
|
||||
#![crate_name = "foo"]
|
||||
#![deny(broken_intra_doc_links)]
|
||||
pub enum Foo {
|
||||
Bar {
|
||||
@ -6,3 +7,5 @@ pub enum Foo {
|
||||
xyz: i32,
|
||||
},
|
||||
}
|
||||
|
||||
// @has foo/enum.Foo.html '//a/@href' '../foo/enum.Foo.html#variant.Bar.field.abc'
|
Loading…
Reference in New Issue
Block a user