You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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.