Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
ui
/
resolve
/
cannot-find-value-in-scope-22811.rs
blob: fc07ae5e60ef40345293b7314fe10591a257b7cc [
file
] [
log
] [
blame
]
// https://github.com/rust-lang/rust/issues/22811
fn
main
()
{
println
!(
"{}"
,
foobar
);
}
//~ ERROR cannot find value `foobar` in this scope