15 lines
273 B
Rust
15 lines
273 B
Rust
// -*- rust -*-
|
|
|
|
#[crate_type = "bin"];
|
|
|
|
use std;
|
|
use rustc;
|
|
|
|
// Local Variables:
|
|
// fill-column: 78;
|
|
// indent-tabs-mode: nil
|
|
// c-basic-offset: 4
|
|
// buffer-file-coding-system: utf-8-unix
|
|
// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
|
|
// End:
|