From 543f3570d2619083c8a9dd927043089e9ce3ea83 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Thu, 11 Jul 2024 17:33:31 +0200 Subject: Self compiling --- astar.rs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/astar.rs b/astar.rs index 2684bda..55d2b81 100644 --- a/astar.rs +++ b/astar.rs @@ -1,3 +1,11 @@ +#![allow(unused_attributes)] +#![allow()] /* +SRC=${0##*./} +BIN=${SRC%.*} +rustc --test -o $BIN.tmp $SRC && ./$BIN.tmp $@ && rm $BIN.tmp +exit $? +#*/ + // ================================================================ // // Iterative general implementation for -- cgit v1.2.3