We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f416e8 commit 4a173a6Copy full SHA for 4a173a6
src/test/rustdoc/issue-20727.rs
@@ -19,6 +19,6 @@ pub mod reexport {
19
// @has - '//*[@class="rust trait"]' 'trait Deref {'
20
// @has - '//*[@class="rust trait"]' 'type Target: ?Sized;'
21
// @has - '//*[@class="rust trait"]' \
22
- // "fn deref(&'a self) -> &'a Self::Target;"
+ // "fn deref<'a>(&'a self) -> &'a Self::Target;"
23
pub use issue_20727::Deref;
24
}
0 commit comments