Run bless

This commit is contained in:
Anthony Huang 2021-07-19 01:21:06 -04:00
parent 357a8f0344
commit e9e10d209e

View file

@ -60,7 +60,7 @@ LL | | }
error: this could be a `const fn`
--> $DIR/could_be_const.rs:68:9
|
LL | / pub fn new(a: &A) -> B {
LL | / pub fn b(self, a: &A) -> B {
LL | | B
LL | | }
| |_________^