This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
51b51b51d7931da85280382a81c4dd80c73ca754
rust
/
tests
/
run-make
/
symlinked-libraries
/
foo.rs
4 lines
42 B
Rust
Raw
Normal View
History
Unescape
Escape
Use new attribute syntax in python files in src/etc too (#13478)
2014-04-14 21:00:31 +05:30
#![
crate_type =
"
dylib
"
]
rustc: Don't error on the rlib symlinks This commit implements a layman's version of realpath() for metadata::loader to use in order to not error on symlinks pointing to the same file. Closes #12459
2014-02-22 10:45:44 -08:00
pub
fn
bar
(
)
{
}
Reference in New Issue
Copy Permalink