Sign in
fuchsia
/
third_party
/
rust
/
5fca4bd6d47ef61d860129bcd4efe4f413b78143
/
.
/
tests
/
ui
/
short-error-format.rs
blob: 719870a04fb9b38d5c8ebf652826a0cd0f650473 [
file
]
//@ compile-flags: --error-format=short
fn
foo
(
_
:
u32
)
{}
fn
main
()
{
foo
(
"Bonjour"
.
to_owned
());
let
x
=
0u32
;
x
.
salut
();
}