]> git.proxmox.com Git - rustc.git/blame - src/test/ui/error-codes/E0454.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / error-codes / E0454.stderr
CommitLineData
923072b8
FG
1error[E0454]: link name must not be empty
2 --> $DIR/E0454.rs:1:15
2c00a5a8 3 |
5869c6ff 4LL | #[link(name = "")] extern "C" {}
923072b8 5 | ^^ empty link name
2c00a5a8
XL
6
7error: aborting due to previous error
8
0531ce1d 9For more information about this error, try `rustc --explain E0454`.