]> git.proxmox.com Git - rustc.git/blame - src/test/ui/multiple-plugin-registrars.stderr
New upstream version 1.39.0+dfsg1
[rustc.git] / src / test / ui / multiple-plugin-registrars.stderr
CommitLineData
b7449926
XL
1error: multiple plugin registration functions found
2 |
3note: one is here
0731742a 4 --> $DIR/multiple-plugin-registrars.rs:7:1
b7449926
XL
5 |
6LL | pub fn one() {}
7 | ^^^^^^^^^^^^^^^
8note: one is here
0731742a 9 --> $DIR/multiple-plugin-registrars.rs:10:1
b7449926
XL
10 |
11LL | pub fn two() {}
12 | ^^^^^^^^^^^^^^^
13
14error: aborting due to previous error
15