Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-112458.rs
blob: 36895450cd94f8f010978db3d404e3387d4a880c [
file
]
fn
main
()
{
println
!(
"{}"
,
x
.);
//~ ERROR unexpected token: `)`
//~^ ERROR cannot find value `x` in this scope
}