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
9c88e5ef5a
rust
/
src
/
test
/
auxiliary
/
crateresolve2-3.rs
7 lines
100 B
Rust
Raw
Normal View
History
Unescape
Escape
test: Refactor the crateresolve tests Keep their aux builds from stomping on each other
2012-04-06 01:57:45 -05:00
#[
link(name =
"
crateresolve2
"
,
rustc: Don't assume that all crates with the same name are the same
2012-04-05 20:31:03 -05:00
vers
=
"
0.3
"
)
]
;
#[
crate_type =
"
lib
"
]
;
fn
f
(
)
->
int
{
30
}
Reference in New Issue
Copy Permalink