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
3088c4b046
rust
/
tests
/
run-make
/
libs-through-symlinks
/
foo.rs
3 lines
47 B
Rust
Raw
Normal View
History
Unescape
Escape
rustc: Use the "real" realpath function The logic of the custom realpath function in metadata::loader was incorrect, but the logic in util::fs was correct. Closes #13890
2014-05-02 15:50:24 -05:00
#![
crate_type =
"
rlib
"
]
Remove a large amount of deprecated functionality Spring cleaning is here! In the Fall! This commit removes quite a large amount of deprecated functionality from the standard libraries. I tried to ensure that only old deprecated functionality was removed. This is removing lots and lots of deprecated features, so this is a breaking change. Please consult the deprecation messages of the deleted code to see how to migrate code forward if it still needs migration. [breaking-change]
2014-10-15 01:05:01 -05:00
#![
crate_name =
"
foo
"
]
Reference in New Issue
Copy Permalink