Sign in
fuchsia
/
third_party
/
rust
/
thinner-fuchsia-sysroot
/
.
/
src
/
test
/
ui
/
macros
/
bad_hello.stderr
blob: 825aa64e40f525d0f2b5fa343ee2e957cd438190 [
file
] [
log
] [
blame
]
error
:
expected a literal
-->
$DIR
/
bad_hello
.
rs
:
12
:
14
|
12
|
println
!(
3
+
4
);
//~ ERROR expected a literal
|
^^^^^
error
:
aborting due to previous error