We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo install *
1 parent abecc36 commit 35cbcbeCopy full SHA for 35cbcbe
src/cargo/cargo.rs
@@ -104,7 +104,7 @@ fn load_pkg(filename: str) -> option::t<pkg> {
104
let cm = codemap::new_codemap();
105
let sess = @{
106
cm: cm,
107
- mutable next_id: 0,
+ mutable next_id: 1,
108
diagnostic: diagnostic::mk_handler(cm, none)
109
};
110
let c = parser::parse_crate_from_crate_file(filename, [], sess);
0 commit comments