Skip to content

Commit e9e10d2

Browse files
author
Anthony Huang
committed
Run bless
1 parent 357a8f0 commit e9e10d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/missing_const_for_fn/could_be_const.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ LL | | }
6060
error: this could be a `const fn`
6161
--> $DIR/could_be_const.rs:68:9
6262
|
63-
LL | / pub fn new(a: &A) -> B {
63+
LL | / pub fn b(self, a: &A) -> B {
6464
LL | | B
6565
LL | | }
6666
| |_________^

0 commit comments

Comments
 (0)