Skip to content

Commit 8a1288b

Browse files
Give functions unique names
1 parent 9c13894 commit 8a1288b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/rustdoc/issue-76501.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ pub const fn bloop() -> i32 {
1010
pub struct Struct {}
1111

1212
impl Struct {
13-
// @has 'issue_76501/struct.Struct.html' '//*[@class="method"]' 'pub const fn bloop() -> i32'
13+
// @has 'issue_76501/struct.Struct.html' '//*[@class="method"]' 'pub const fn blurp() -> i32'
1414
/// A useless function that always returns 1.
15-
pub const fn bloop() -> i32 {
15+
pub const fn blurp() -> i32 {
1616
1
1717
}
1818
}

0 commit comments

Comments
 (0)