summary refs log tree commit diff
path: root/src/test/ui/parser/no-hex-float-literal.stderr
blob: dba019baff87ffb66331699a5e090ef820e1a1d8 (plain)
1
2
3
4
5
6
7
8
error: hexadecimal float literal is not supported
  --> $DIR/no-hex-float-literal.rs:17:5
   |
LL |     0x567.89;
   |     ^^^^^^^^

error: aborting due to previous error