]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-90728.rs
Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup
[rust.git] / src / test / 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 }