Sign in
rust
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
ui
/
linking
/
macos-search-path.rs
blob: 6d3e420bcdf6d4cffb420f42b66fa06a1bc5058b [
file
] [
edit
]
//@ only-apple
//@ compile-flags: -C link-arg=-Wl,-L/no/such/file/or/directory
//@ build-fail
#![
deny
(
linker_info
)]
//~? ERROR search path
fn
main
()
{}