summaryrefslogtreecommitdiffstats
path: root/src/test/ui/native-library-link-flags/link-arg-error.rs
blob: e041650d024f4b56eb7eaf1c227a74efa131f3c5 (plain)
1
2
3
4
// compile-flags: -l link-arg:+bundle=arg -Z unstable-options
// error-pattern: linking modifier `bundle` is only compatible with `static` linking kind

fn main() {}