blob: 0e8379841f9608d0d5f9ff1a1fe89bfdb76f5745 (
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:7:1
|
LL | pub fn one() {}
| ^^^^^^^^^^^^^^^
note: one is here
--> $DIR/multiple-plugin-registrars.rs:10:1
|
LL | pub fn two() {}
| ^^^^^^^^^^^^^^^
error: aborting due to previous error
|