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

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

18 lines
349 B
Text
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() {
2019-03-09 15:03:44 +03:00
LL | |
2018-08-08 14:28:26 +02:00
LL | | ()
LL | | }
| |_^
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() {}
| ^^^^^^^^^^^^^^^^^^^^
error: aborting due to 2 previous errors