diff --git a/src/lib/util.rs b/src/lib/util.rs index 1d9c28d99e4..b67bd469c7f 100644 --- a/src/lib/util.rs +++ b/src/lib/util.rs @@ -17,6 +17,11 @@ pure fn rational_leq(x: rational, y: rational) -> bool { } pure fn orb(a: bool, b: bool) -> bool { a || b } + +tag void { + void(@void); +} + // Local Variables: // mode: rust; // fill-column: 78;