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.
1 parent b10dc1a commit efe5a0aCopy full SHA for efe5a0a
src/librustpkg/rustpkg.rc
@@ -55,10 +55,10 @@ struct PackageScript {
55
56
impl PackageScript {
57
static fn parse(parent: &Path) -> Result<PackageScript, ~str> {
58
- let script = parent.push(~"package.rs");
+ let script = parent.push(~"pkg.rs");
59
60
if !os::path_exists(&script) {
61
- return result::Err(~"no package.rs file");
+ return result::Err(~"no pkg.rs file");
62
}
63
64
let binary = os::args()[0];
0 commit comments