Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
dep-info
/
erroneous.rs
blob: 316e681293efdf376b6925c2a31e33d791ebff3b [
file
] [
log
] [
blame
] [
edit
]
// We're only emitting dep info, so we shouldn't be running static analysis to
// figure out that this program is erroneous.
fn
main
()
{
let
a
:
u8
=
"a"
;
}