]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/no-hex-float-literal.stderr
Auto merge of #56614 - Zoxc:query-perf2, r=michaelwoerister
[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