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
Plaintext
Raw Normal View History

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