summary refs log tree commit diff
path: root/src/test/ui/stability-attribute/missing-const-stability.stderr
blob: 450a5303fd86f9ff2b5e6d275a767643d8f7b6a8 (plain)
1
2
3
4
5
6
7
8
error: `#[stable]` const functions must also be either `#[rustc_const_stable]` or `#[rustc_const_unstable]`
  --> $DIR/missing-const-stability.rs:6:1
   |
LL | pub const fn foo() {}
   | ^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error