]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-31109.rs
New upstream version 1.54.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-31109.rs
CommitLineData
223e47cc 1fn main() {
7453a54e
SL
2 // FIXME(#31407) this error should go away, but in the meantime we test that it
3 // is accompanied by a somewhat useful error message.
9e0c209e 4 let _: f64 = 1234567890123456789012345678901234567890e-340;
0531ce1d 5 //~^ ERROR could not evaluate float literal (see issue #31407)
223e47cc 6}