Files
rust/tests/ui/missing/missing-stability.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
328 B
Plaintext
Raw Normal View History

2019-02-08 14:30:13 +01:00
error: function has missing stability attribute
2018-12-25 08:56:47 -07:00
--> $DIR/missing-stability.rs:8:1
2018-08-08 14:28:26 +02:00
|
LL | pub fn unmarked() {
| ^^^^^^^^^^^^^^^^^
2018-08-08 14:28:26 +02:00
2019-02-08 14:30:13 +01:00
error: function has missing stability attribute
2018-12-25 08:56:47 -07:00
--> $DIR/missing-stability.rs:22:5
2018-08-08 14:28:26 +02:00
|
LL | pub fn unmarked() {}
| ^^^^^^^^^^^^^^^^^
2018-08-08 14:28:26 +02:00
error: aborting due to 2 previous errors