diff options
| author | Lucas De Angelis <deangelis.lucas@outlook.com> | 2021-02-27 01:08:05 +0100 |
|---|---|---|
| committer | Lucas De Angelis <deangelis.lucas@outlook.com> | 2021-02-27 01:08:05 +0100 |
| commit | 5835f6defa96e488ceb537e666b0ba92b85b6fdb (patch) | |
| tree | 6188ddef626386bdaa31649788d9afc261a5d32b | |
| parent | 02cc85065ed0595ea0894770cfd6e6a9316ad256 (diff) | |
| download | rust-5835f6defa96e488ceb537e666b0ba92b85b6fdb.tar.gz rust-5835f6defa96e488ceb537e666b0ba92b85b6fdb.zip | |
Move test file, add test of generated link
| -rw-r--r-- | src/test/rustdoc/intra-doc/issue-82209.rs (renamed from src/test/rustdoc/issue-82209.rs) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/rustdoc/issue-82209.rs b/src/test/rustdoc/intra-doc/issue-82209.rs index 72a585a705e..76618cdce4c 100644 --- a/src/test/rustdoc/issue-82209.rs +++ b/src/test/rustdoc/intra-doc/issue-82209.rs @@ -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' |
