1
Fork 0

Register snapshots and switch logging over to use of log_full or #error / #debug.

This commit is contained in:
Graydon Hoare 2011-12-22 14:42:52 -08:00
parent 3b61064631
commit 8b580954fe
326 changed files with 1347 additions and 1144 deletions

View file

@ -4,7 +4,7 @@ fn main() {
let y: int = 42;
let x: int;
do {
log y;
log_full(core::debug, y);
do { do { do { x <- y; } while true } while true } while true
} while true
}