]> git.proxmox.com Git - rustc.git/blame - src/test/ui/feature-gates/feature-gate-raw-dylib.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / feature-gates / feature-gate-raw-dylib.rs
CommitLineData
5099ac24 1// only-windows
5869c6ff 2#[link(name = "foo", kind = "raw-dylib")]
923072b8 3//~^ ERROR: link kind `raw-dylib` is unstable
5869c6ff 4extern "C" {}
e74abb32
XL
5
6fn main() {}