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.
2 parents abecc36 + 35cbcbe commit 183acc2Copy full SHA for 183acc2
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