This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
dc499f193e
rust
/
src
/
test
/
run-pass
/
expr-scope.rs
6 lines
85 B
Rust
Raw
Normal View
History
Unescape
Escape
:: is allowed to start an expression. Close #762.
2011-07-28 02:32:27 -04:00
// Regression test for issue #762
Reenable expr-scope test. Disable under check-fast
2011-07-28 14:13:33 -07:00
// xfail-fast
Disable expr-scope test, since it break windows
2011-07-28 11:23:25 +02:00
:: is allowed to start an expression. Close #762.
2011-07-28 02:32:27 -04:00
fn
f
(
)
{
}
Reformat This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
2011-08-19 15:16:48 -07:00
fn
main
(
)
{
ret
::
f
(
)
;
}
Copy permalink