1 2 3 4 5 6 7 8
error: binary float literal is not supported --> $DIR/no-binary-float-literal.rs:17:5 | LL | 0b101.010; | ^^^^^^^^^ error: aborting due to previous error