// -*- rust -*- #[crate_type = "bin"]; #[no_core]; #[warn(no_vecs_not_implicitly_copyable)]; use core(vers = "0.3"); use std(vers = "0.3"); use syntax(vers = "0.3"); import core::*; // 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: