summary refs log tree commit diff
path: root/src/test/ui/stability-attribute/missing-const-stability.stderr
blob: 7eba99a477abe0ed5a14f5933d3546c591e907a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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