This website requires JavaScript.
Explore
Help
Sign in
mathieu
/
os-rust
Watch
1
Star
0
Fork
You've already forked os-rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
07af55edd4
os-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 13:50:24 -07: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-14 23:05:01 -07:00
#![
crate_name =
"
foo
"
]
Reference in a new issue
Copy permalink