summary refs log tree commit diff
path: root/src/test/ui/parser/no-binary-float-literal.stderr
blob: db3c3791daf54a2ceb24c504720d49cf9f3d6e54 (plain)
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