Sign in
fuchsia
/
third_party
/
rust
/
0.4
/
.
/
src
/
test
/
compile-fail
/
issue-1476.rs
blob: daddf7d4cf0ce4f77f7b78be26b14aa350835010 [
file
] [
log
] [
blame
]
fn
main
()
{
log
(
error
,
x
);
//~ ERROR unresolved name: x
}