summary refs log tree commit diff
path: root/src/test/run-pass/bug-862.rs
AgeCommit message (Collapse)AuthorLines
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-1/+1
2011-12-22Register snapshots and switch logging over to use of log_full or #error / ↵Graydon Hoare-1/+1
#debug.
2011-09-02Reformat. Issue #855Brian Anderson-5/+1
2011-09-01No, not all fn constraints have the same args as the fn does, in the same ↵Tim Chevalier-0/+11
order... derp! Closes #862