rust/src/test/ui/multiple-plugin-registrars.stderr

16 lines
319 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error: multiple plugin registration functions found
|
note: one is here
--> $DIR/multiple-plugin-registrars.rs:17:1
|
LL | pub fn one() {}
| ^^^^^^^^^^^^^^^
note: one is here
--> $DIR/multiple-plugin-registrars.rs:20:1
|
LL | pub fn two() {}
| ^^^^^^^^^^^^^^^
error: aborting due to previous error