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