Skip to content

Parse 0e+10 as a valid floating-point literal - #40589

Merged
bors merged 1 commit into
rust-lang:masterfrom
topecongiro:floating-point-literal
Mar 19, 2017
Merged

Parse 0e+10 as a valid floating-point literal#40589
bors merged 1 commit into
rust-lang:masterfrom
topecongiro:floating-point-literal

Conversation

@topecongiro

Copy link
Copy Markdown
Contributor

Fixes issue #40408.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @nrc

(rust_highfive has picked a reviewer for you, use r? to override)

@nagisa

Copy link
Copy Markdown
Member

Could you also add a test that 00e+10 also parses while you’re at it?

@topecongiro
topecongiroforce-pushed the floating-point-literal branch from b83b483 to 8eaac08CompareMarch 18, 2017 12:20
@topecongiro

Copy link
Copy Markdown
ContributorAuthor

@nagisa Rebased 😸

@eddyb

Copy link
Copy Markdown
Contributor

@bors r=nagisa

@bors

bors commented Mar 18, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit 8eaac08 has been approved by nagisa

arielb1 pushed a commit to arielb1/rust that referenced this pull request Mar 18, 2017
… r=nagisa
Parse 0e+10 as a valid floating-point literal
Fixes issue rust-lang#40408.
@arielb1arielb1 mentioned this pull request Mar 18, 2017
bors added a commit that referenced this pull request Mar 18, 2017
@arielb1arielb1 mentioned this pull request Mar 19, 2017
arielb1 pushed a commit to arielb1/rust that referenced this pull request Mar 19, 2017
… r=nagisa
Parse 0e+10 as a valid floating-point literal
Fixes issue rust-lang#40408.
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Mar 19, 2017
… r=nagisa
Parse 0e+10 as a valid floating-point literal
Fixes issue rust-lang#40408.
@frewsxcvfrewsxcv mentioned this pull request Mar 19, 2017
bors added a commit that referenced this pull request Mar 19, 2017
Rollup of 13 pull requests
- Successful merges: #40441, #40445, #40562, #40564, #40583, #40588, #40589, #40590, #40603, #40611, #40621, #40646, #40648
- Failed merges:
@bors
bors merged commit 8eaac08 into rust-lang:masterMar 19, 2017
@topecongiro
topecongiro deleted the floating-point-literal branch March 22, 2017 10:33
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@topecongiro@rust-highfive@nagisa@eddyb@bors@nrc