error: function has missing const stability attribute --> $DIR/missing-const-stability.rs:6:1 | LL | pub const fn foo() {} | ^^^^^^^^^^^^^^^^^^^^^ error: associated function has missing const stability attribute --> $DIR/missing-const-stability.rs:15:5 | LL | pub const fn foo() {} | ^^^^^^^^^^^^^^^^^^^^^ error: aborting due to 2 previous errors