I haven't been following the constant-evaluation work, but wanted to check that this is on the agenda? ```rust // for any T ... static mut X: Mutex<Option<T>> = Mutex::new(None); ```