summary refs log tree commit diff
path: root/src/test/ui/missing/missing-stability.stderr
blob: 6c81f2bac57889753083ab52d233ae573380ca80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
error: function has missing stability attribute
  --> $DIR/missing-stability.rs:8:1
   |
LL | / pub fn unmarked() {
LL | |     //~^ ERROR function has missing stability attribute
LL | |     ()
LL | | }
   | |_^

error: function has missing stability attribute
  --> $DIR/missing-stability.rs:22:5
   |
LL |     pub fn unmarked() {}
   |     ^^^^^^^^^^^^^^^^^^^^

error: aborting due to 2 previous errors