/home/brian/dev/rust/src/test/run-pass/act.rs:178:18: 178:29 error: mismatched types: expected function or native function but found @mut bool
/home/brian/dev/rust/src/test/run-pass/act.rs:178 _ { msg.defer() }
I had both a field and a method called defer. rustc should say that both are defined and show me where.