Sign in
android
/
toolchain
/
rustc
/
32f7835b4f844d645621e83c89a3178ef87b0d69
/
.
/
src
/
test
/
ui
/
feature-gates
/
feature-gate-static-nobundle-2.rs
blob: b6c8648a7d03d8c12cc681d391fb49a5af6165e8 [
file
] [
log
] [
blame
]
//~ ERROR kind="static-nobundle" is unstable
// Test the behavior of rustc when non-existent library is statically linked
// compile-flags: -l static-nobundle=nonexistent
fn
main
()
{}