]> git.proxmox.com Git - rustc.git/blame - src/test/ui/manual/manual-link-unsupported-kind.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / manual / manual-link-unsupported-kind.rs
CommitLineData
17df50a5 1// compile-flags:-l raw-dylib=foo
923072b8 2// error-pattern: unknown library kind `raw-dylib`, expected one of: static, dylib, framework
17df50a5
XL
3
4fn main() {
5}