Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
incoherent-inherent-impls
/
no-other-unrelated-errors.rs
blob: cef017e79a48fa791f02df8686bc10e4c67fe452 [
file
] [
log
] [
blame
]
// E0116 caused other unrelated errors, so check no unrelated errors are emitted.
fn
main
()
{
let
x
=
"hello"
;
x
.
split
(
" "
);
}
impl
Vec
<
usize
>
{}
//~ ERROR E0116