Sign in
◑
Theme
rust
/
rust
/
7bb6510fc1899b008837a376a7fdf31b341cc1bb
/
.
/
tests
/
ui
/
codegen
/
duplicated-path-in-error.rs
blob: cff20dd9bd6391377477ba1dae65cf268f2f20ec [
file
]
//@ 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
()
{}