This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7737c094af
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 01:32:27 -05:00
// Regression test for issue #762
Reenable expr-scope test. Disable under check-fast
2011-07-28 16:13:33 -05:00
// xfail-fast
Disable expr-scope test, since it break windows
2011-07-28 04:23:25 -05:00
:: is allowed to start an expression. Close #762.
2011-07-28 01:32:27 -05: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 17:16:48 -05:00
fn
main
(
)
{
ret
::
f
(
)
;
}
Reference in New Issue
Copy Permalink