blob: f1370df0f8b153953f0c26ce10dbf6b0b90891ea [file] [log] [blame]
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