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
89ac57db4d
rust
/
tests
/
run-make
/
manual-crate-name
/
bar.rs
2 lines
24 B
Rust
Raw
Normal View
History
Unescape
Escape
rustc: Repurpose the --crate-name CLI flag In a cargo-driven world the primary location for the name of a crate will be in its manifest, not in the source file itself. The purpose of this flag is to reduce required duplication for new cargo projects. This is a breaking change because the existing --crate-name flag actually printed the crate name. This flag was renamed to --print-crate-name, and to maintain consistence, the --crate-file-name flag was renamed to --print-file-name. To maintain backwards compatibility, the --crate-file-name flag is still recognized, but it is deprecated. [breaking-change]
2014-07-01 19:07:06 -05:00
#![
crate_type =
"
rlib
"
]
Reference in New Issue
Copy Permalink