]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/no-hex-float-literal.stderr
Auto merge of #57327 - akash-fortanix:aa/update-compiler_builtins, r=kennytm
[rust.git] / src / test / ui / parser / no-hex-float-literal.stderr
1 error: hexadecimal float literal is not supported
2   --> $DIR/no-hex-float-literal.rs:5:5
3    |
4 LL |     0x567.89;
5    |     ^^^^^^^^
6
7 error: aborting due to previous error
8