2011-05-05 20:56:02 -04:00
|
|
|
// -*- rust -*-
|
|
|
|
|
2012-01-17 14:40:59 -08:00
|
|
|
#[crate_type = "bin"];
|
|
|
|
|
2012-04-05 17:30:26 -07:00
|
|
|
#[no_core];
|
|
|
|
|
|
|
|
use core(vers = "0.2");
|
|
|
|
use std(vers = "0.2");
|
2012-05-13 17:12:56 -07:00
|
|
|
use syntax(name = "rustsyntax", vers = "0.2");
|
2012-04-05 17:30:26 -07:00
|
|
|
|
|
|
|
import core::*;
|
2011-05-05 20:56:02 -04:00
|
|
|
|
|
|
|
// 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:
|