Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
native-library-link-flags
/
link-arg-error.rs
blob: 4defb108178b70be8d31e8773322b13de0aae35f [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags: -l link-arg:+bundle=arg -Z unstable-options
//@ error-pattern: linking modifier `bundle` is only compatible with `static` linking kind
fn
main
()
{}