Register snapshots and switch logging over to use of log_full or #error / #debug.
This commit is contained in:
parent
3b61064631
commit
8b580954fe
326 changed files with 1347 additions and 1144 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue