about summary refs log tree commit diff
path: root/tests/ui/missing/missing-stability.stderr
blob: bf8046c4e122d0a76b514e5b306649c320ee571a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: function has missing stability attribute
  --> $DIR/missing-stability.rs:8:1
   |
LL | pub fn unmarked() {
   | ^^^^^^^^^^^^^^^^^

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

error: aborting due to 2 previous errors