mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 09:14:20 +00:00
Rollup merge of #80266 - bugadani:dup-test, r=jyn514
Remove redundant test Remove ignored test. This test can also be found at src/test/rustdoc-ui/intra-doc/double-anchor.rs and the second version isn't ignored. r? ``@jyn514``
This commit is contained in:
commit
93690dc3c3
@ -1,6 +0,0 @@
|
||||
// ignore-test
|
||||
// check-pass
|
||||
|
||||
/// docs [label][with#anchor#error]
|
||||
//~^ WARNING has an issue with the link anchor
|
||||
pub struct S;
|
@ -1,10 +0,0 @@
|
||||
warning: `[with#anchor#error]` has an issue with the link anchor.
|
||||
--> $DIR/reference-link-has-one-warning.rs:3:18
|
||||
|
|
||||
LL | /// docs [label][with#anchor#error]
|
||||
| ^^^^^^^^^^^^^^^^^ only one `#` is allowed in a link
|
||||
|
|
||||
= note: `#[warn(broken_intra_doc_links)]` on by default
|
||||
|
||||
warning: 1 warning emitted
|
||||
|
Loading…
Reference in New Issue
Block a user