Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
ui
/
short-error-format.rs
blob: acba4674a4d6d2da6a8bed8e10abda6aec1fa7c0 [
file
] [
log
] [
blame
]
// compile-flags: --error-format=short
fn
foo
(
_
:
u32
)
{}
fn
main
()
{
foo
(
"Bonjour"
.
to_owned
());
let
x
=
0u32
;
x
.
salut
();
}