let mut a = false;
let b = &mut a;
let c = &mut a;
*b = true;
*c = false;
it cannot even see through a simple code like this, that has no side effects
why should this not compile? i can put the let c under the *b assignment and it works... why cant rust do that automatically?bind <key> say "hi"