rust/src/test/ui/multiple-plugin-registrars.stderr
2018-12-25 21:08:33 -07:00

16 lines
318 B
Plaintext

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