The following code shouldn't have any warnings, but does: ``` impl extensions for () { #[warn(no_while_true)] fn bar() { while true { } } } fn main() {} ```