blob: f1370df0f8b153953f0c26ce10dbf6b0b90891ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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
|