Sign in
rust
/
rust
/
526a91cbcc4601b92b0587405015e07b9c0d79f6
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-5009
/
1_minimum_example.rs
blob: 55836f4bf52c784e95c0ae5354c209e707f7b0fc [
file
] [
log
] [
blame
]
fn
main
()
{
// the "in" inside the pattern produced invalid syntax
for
variable_in_here
/* ... */
in
0.
.
1
{}
}