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 9dbe902 commit df79da9Copy full SHA for df79da9
src/test/rustdoc/deprecated-impls.rs
@@ -109,7 +109,7 @@ impl Bar for Foo2 {
109
110
// @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.5: fn_def_with_doc'
111
// @has - 'fn_def_with_doc short'
112
- // @!has - 'fn_def_with full'
+ // @!has - 'fn_def_with_doc full'
113
fn fn_def_with_doc() {}
114
115
// @has - '//*[@class="stab deprecated"]' 'Deprecated since 1.0.6: fn_def_without_doc'
0 commit comments