This website requires JavaScript.
Explore
Help
Sign in
mathieu
/
granite-rust
Watch
1
Star
0
Fork
You've already forked granite-rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
34283ce7e8
granite-rust
/
src
/
test
/
run-pass
/
regions-simple.rs
9 lines
107 B
Rust
Raw
Normal View
History
Unescape
Escape
test: Add a simple region test, xfail'd in the pretty printer
2012-03-08 17:45:11 -08:00
fn
main
(
)
{
test: Remove unsafe from the region tests
2012-03-14 16:18:33 -07:00
let
x
:
int
=
3
;
let
y
:
&
mutable
int
=
&
mutable
x
;
*
y
=
5
;
log
(
debug
,
*
y
)
;
test: Add a simple region test, xfail'd in the pretty printer
2012-03-08 17:45:11 -08:00
}
Reference in a new issue
Copy permalink