]> git.proxmox.com Git - rustc.git/blob - tests/ui/parser/issue-90728.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / parser / issue-90728.rs
1 fn main() {
2 a.5.2E+
3 //~^ ERROR: unexpected token: `5.2E+`
4 //~| ERROR: expected one of `.`, `;`, `?`, `}`, or an operator, found `5.2E+`
5 //~| ERROR: expected at least one digit in exponent
6 }