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
12c32e944d
rust
/
src
/
test
/
auxiliary
/
cci_borrow_lib.rs
6 lines
56 B
Rust
Raw
Normal View
History
Unescape
Escape
Build the export_map2 from visibility markers, unless #[legacy_exports];
2012-09-24 19:29:20 -05:00
#[
legacy_exports
]
;
encode the borrowing table, add a simple cross-crate borrowing test
2012-04-23 17:23:20 -05:00
fn
foo
(
x
:
&
uint
)
->
uint
{
*
x
}
Reference in New Issue
Copy Permalink