You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike in C, floating point literals can't start with a '.', and
therefore could never be split into a '.' followed by an integer.
gcc/rust/ChangeLog:
* parse/rust-parse-impl.h (Parser::left_denotation): Remove
usage of parse_tuple_index_expr_float.
(Parser::parse_closure_expr_pratt): Remove function.
gcc/testsuite/ChangeLog:
* rust/compile/parse_float_dot.rs: New test.
Signed-off-by: Owen Avery <[email protected]>
0 commit comments