Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
codegen
/
duplicated-path-in-error.rs
blob: cff20dd9bd6391377477ba1dae65cf268f2f20ec [
file
] [
log
] [
blame
] [
edit
]
//@ only-linux
//@ compile-flags: -Zcodegen-backend=/non-existing-one.so
// This test ensures that the error of the "not found dylib" doesn't duplicate
// the path of the dylib.
fn
main
()
{}