about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui/crashes/ice-10912.stderr
blob: c697e54679f96434de210ba57230a105dde358f2 (plain)
1
2
3
4
5
6
7
8
error: expected at least one digit in exponent
  --> tests/ui/crashes/ice-10912.rs:3:28
   |
LL | fn f2() -> impl Sized { && 3.14159265358979323846E }
   |                            ^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error