Sign in
android
/
toolchain
/
rustc
/
341341ca26dc7e8af58cc6f69b6348ca074511c9
/
.
/
src
/
test
/
ui
/
unused-crate-deps
/
extern-loc-json-bad-json.rs
blob: aee6233e4283d40a68e3c22379111d6014d7834d [
file
] [
log
] [
blame
]
// --extern-location with a raw reference
// aux-crate:bar=bar.rs
// compile-flags:--extern-location bar=json:[{"malformed -Z unstable-options
#![
warn
(
unused_crate_dependencies
)]
fn
main
()
{}