We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c13894 commit 8a1288bCopy full SHA for 8a1288b
src/test/rustdoc/issue-76501.rs
@@ -10,9 +10,9 @@ pub const fn bloop() -> i32 {
10
pub struct Struct {}
11
12
impl Struct {
13
- // @has 'issue_76501/struct.Struct.html' '//*[@class="method"]' 'pub const fn bloop() -> i32'
+ // @has 'issue_76501/struct.Struct.html' '//*[@class="method"]' 'pub const fn blurp() -> i32'
14
/// A useless function that always returns 1.
15
- pub const fn bloop() -> i32 {
+ pub const fn blurp() -> i32 {
16
1
17
}
18
0 commit comments