]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-90728.rs
Point (again) to more expressions with their type, even if not fully resolved
[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 }