mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
9 lines
219 B
Rust
9 lines
219 B
Rust
fn main() {
|
|
::std::os::set_exit_status(1);
|
|
let _ = ::std::old_io::stderr().write(br"
|
|
|
|
This is not the `Cargo.toml` file you're looking for.
|
|
Invoke Cargo through mach instead, e.g. `./mach build`.
|
|
|
|
");
|
|
}
|