]> git.lizzy.rs Git - rust.git/blob - src/test/ui/multiple-plugin-registrars.stderr
Rollup merge of #53317 - estebank:abolish-ice, r=oli-obk
[rust.git] / src / test / ui / multiple-plugin-registrars.stderr
1 error: multiple plugin registration functions found
2    |
3 note: one is here
4   --> $DIR/multiple-plugin-registrars.rs:17:1
5    |
6 LL | pub fn one() {}
7    | ^^^^^^^^^^^^^^^
8 note: one is here
9   --> $DIR/multiple-plugin-registrars.rs:20:1
10    |
11 LL | pub fn two() {}
12    | ^^^^^^^^^^^^^^^
13
14 error: aborting due to previous error
15