We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75fedfc commit f1cfbdbCopy full SHA for f1cfbdb
tests/rustdoc-ui/invalid-redundant-explicit-link.rs
@@ -0,0 +1,8 @@
1
+//@ check-pass
2
+
3
+// Regression test for <https://github.com/rust-lang/rust/issues/123158>. It
4
+// should not emit any warning.
5
6
+//! [**`SomeTrait`**](SomeTrait):
7
8
+pub trait SomeTrait {}
0 commit comments