Skip to content

Commit e33a205

Browse files
committed
primitive disambiguator tests
1 parent b4a0ef0 commit e33a205

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#![deny(broken_intra_doc_links)]
2+
//! [struct@str::trim] //~ ERROR incompatible link
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#![deny(broken_intra_doc_links)]
2+
// @has primitive_disambiguators/index.html
3+
// @has - '//a/@href' 'https://doc.rust-lang.org/nightly/std/primitive.str.html#method.trim'
4+
//! [str::trim()]

src/test/rustdoc/issue-80559.rs

-4
This file was deleted.

0 commit comments

Comments
 (0)